Resend checkout via SMS or Whatsapp
Environments
https://merchant.aplazo.net
Resends the checkout URL to the customer via SMS or WhatsApp to complete the payment on their phone.
Path parameters
cartIdstringRequiredExample:
Identifier of the cart/transaction to resend.
cart-123
Body
Responses
200
Checkout URL sent successfully.
post
POST /merchant/send-checkout/{cartId} HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 63
{
"target": {
"phoneNumber": "5548813917"
},
"channels": [
"WHATSAPP"
]
}
200
Checkout URL sent successfully.
No content
Last updated
Was this helpful?