CollectionsHosted PaymentsTracked Payment QR Codes
List tracked QR code payments
Authorization
authorization AuthorizationBearer <token>
Set Your Secret API Key
In: header
Query Parameters
after?string
limit?integer
Format
int32order?string
Value in
- "ASC"
- "DESC"
Response Body
*/*
curl -X GET "https://example.com/v1/tracked-payment-qr-codes"{ "data": [ { "amount": 0, "amountEditable": true, "bankAccount": { "bank": "string", "bankAccountNumber": "string", "id": "string" }, "bankReference": "string", "createdAt": "string", "currency": "string", "expirySeconds": 0, "id": "string", "proxyType": "string", "proxyValue": "string", "qrCodeImageUrl": "string", "resultCode": "string", "status": "string", "statusSource": "string", "transactionReference": "string", "type": "string", "underlyingResultCode": "string", "underlyingResultDescription": "string", "updatedAt": "string" } ], "hasMore": true}