Configuration
QR Code Details
Use this endpoint to decode a Fiat QR code string and retrieve merchant and transaction details prior to initiating a payout. The response will include information such as the merchant name, transaction amount, bank name, depending on the currency.
get/v3/config/qr-code-details
Query parameters
qrCodestring required
The raw QR code data string scanned by the end-user from the merchant. Note for Testing: In the sandbox environment, you must pass the simulated QR code string generated by the Simulation API, which will include the sandbox_qr_ prefix.
currency'VND' | 'BRL' required
Example:VND
The 3-letter ISO fiat currency code associated with the domestic QR network being scanned. Supported values: BRL (for Brazilian Pix) and VND (for Vietnam VietQR).
Headers
MIDstring required
Merchant or sub-merchant MID
Response
OK