Waylet Pay
  1. 馃嚞馃嚙 OpenWaylet
Waylet Pay
  • 馃嚜馃嚫 OpenWaylet
    • Inicio de cobro
      POST
    • Cancelaci贸n de cobro
      POST
    • Devoluci贸n de cobro
      POST
    • Devoluci贸n de cobro V2
      POST
    • Solicitud de url de inicio de pago
      POST
    • Inicio de cobro con QR
      POST
  • 馃嚞馃嚙 OpenWaylet
    • Start payment
      POST
    • Payment start URL
      POST
    • Start QR payment
      POST
    • Payment refund
      POST
    • Payment refund V2
      POST
    • Cancel payment
      POST
  1. 馃嚞馃嚙 OpenWaylet

Cancel payment

Develop Env
https://pre.wayletlabs.com/api
Develop Env
https://pre.wayletlabs.com/api
POST
https://pre.wayletlabs.com/api
/integrations/openwaylet/v1/payments/cancel
This endpoint cancels an ongoing payment operation. Invoking this endpoint implies that the purchased service or product will not be delivered to the customer.
Successful responses will have 204 HTTP status.

Signature#

API requests needs a signature:
HMAC_SHA512(commerceId + paymentId)
using a secret that will be provided by Klikin for test environments.

Request

Authorization
Add parameter in header
x-openwaylet-apikey
Example:
x-openwaylet-apikey: ********************
Body Params application/json
commerceId
string聽
required
Identifier of the merchant making the charge. Provided by Klikin.
paymentId
string聽
required
Identifier of the operation in the trade
signature
string聽
required
Example
{
  "commerceId": "3bc07b21fcd19fed34cef34e",
  "paymentId": "202305248569",
  "signature": "dff50612cb7758e3a7fbfb89"
}

Responses

馃煝204No Content
application/json
Body
null聽
optional
Example
null
Modified at聽2024-05-30 05:55:58
Previous
Payment refund V2