Get checkout QR code

Environments

https://merchant.aplazo.net

Generate QR Code

get

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
cartIdstringRequired

Identifier in the merchant POS for the order/transaction.

Example: cart-123
shopIdstringRequired

Identifier of the store/branch where the transaction is taking place.

Example: 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?