Start QR payment
Develop Env
Develop Env
POST
https://pre.wayletlabs.com/api/integrations/openwaylet/v1/payments/start/qr
Signature
HMACSHA512(qrContent + amount + commerceId + paymentId + callbackUrl)
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-08-30 07:51:51