Waylet Pay
Light Mode
Cancel payment
POST
/integrations/openwaylet/v1/payments/cancelThis 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
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
No Content(204)
HTTP Code:聽204
Content Type :聽JSONapplication/json
Data Schema
null聽
optional
Example
Not configured
Last modified: 7 months ago