Payment start URL
Develop Env
Develop Env
POST
https://pre.wayletlabs.com/api/openwaylet/web/v1/transactions
Callbacks
Callback signature calculation
HMACSHA512(paymentId + wayletPaymentId + status + amount)
POST {$request.body.callbackUrl}
Campo | Descripci贸n |
---|---|
paymentId | Trade operation identifier |
wayletPaymentId | Waylet operation identifier matching the identifier returned in the request |
status | You may receive one of the following values: PAID, REFUSED or CANCELED |
errorCode | If status = REFUSED, you receive the error code |
errorDescription | If status = REFUSED, you receive the error description |
amount | Amount requested to be collected |
signature |
Request
Body Params application/json
Responses
Modified at聽2024-06-17 11:30:24