Skip to main content
POST
Validate QR Code

Authorizations

Authorization
string
header
required

Access token obtained via /oauth2/token/. Use as Authorization: Bearer <access_token>.

Body

application/json
qrCode
string
required

QR code data to validate. This contains the payment information that will be validated.

Minimum string length: 1
Example:

"test_qr_code"

Response

QR code validated successfully

merchantName
string

Name of the merchant associated with the QR code.

Example:

"Test Merchant"