Get checkout QR code
Environments
https://merchant.aplazo.net
Generates a QR code to be presented at the point of sale for customers to scan and complete the checkout process on their phones.
Authorizations
Query parameters
cartIdstringRequiredExample:
Identifier in the merchant POS for the order/transaction.
cart-123
shopIdstringRequiredExample:
Identifier of the store/branch where the transaction is taking place.
475
Responses
200
QR code generated successfully.
application/json
get
GET /api/v1/loan/checkout-url?cartId=text&shopId=text HTTP/1.1
Host:
api_token: YOUR_API_KEY
Accept: */*
200
QR code generated successfully.
{
"checkoutUrl": "https://checkout-offline.aplazo.net/main/1e265f99-7ca2-40b6-84c2-5c27a27932d0",
"qrCode": "base64 qr here"
}
Last updated
Was this helpful?