CollectionsHosted PaymentsTracked Payment QR Codes
Get a tracked QR code payment
Authorization
authorization AuthorizationBearer <token>
Set Your Secret API Key
In: header
Path Parameters
id*string
Response Body
*/*
curl -X GET "https://example.com/v1/tracked-payment-qr-codes/string"{ "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"}