Create a payment QR code
Authorization
authorization Set Your Secret API Key
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Payment QR code network.
Amount to collect, specified in the currency's minor units (e.g. in MYR, specify 1250 for MYR 12.50).
1 <= value <= 20000000Three-letter ISO 4217 currency code in full uppercase.
The QR code will be valid for this duration, after which payment QR code scanning applications will reject it.
int32ID of the Internal Account to be linked to the payment QR code as the payment recipient. Use List Internal Accounts to find the ID of the account that should receive payments.
1 <= lengthAn identifier for this payment, typically unique. The same value will appear in the corresponding transaction notification and bank statement entry, allowing you to reconcile with this payment.
0 <= length <= 25Response Body
*/*
curl -X POST "https://example.com/v1/payment-qr-code" \ -H "Content-Type: application/json" \ -d '{ "type": "string" }'{ "amount": 0, "amountEditable": true, "currency": "string", "expirySeconds": 0, "proxyType": "string", "proxyValue": "string", "qrCodeImageUrl": "string", "transactionReference": "string", "type": "string"}