Validate QR Code
Sell and Pay
Validate QR Code
Validates a QR code and extracts merchant information from it. This endpoint can be used to verify QR codes before creating a Sell and Pay transaction.
POST
Validate QR Code
Authorizations
Access token obtained via /oauth2/token/. Use as Authorization: Bearer <access_token>.
Body
application/json
QR code data to validate. This contains the payment information that will be validated.
Minimum string length:
1Example:
"test_qr_code"
Response
QR code validated successfully
Name of the merchant associated with the QR code.
Example:
"Test Merchant"