CollectionsHosted PaymentsTracked Payment QR Codes

Perform a direct lookup of a tracked QR code

POST
/v1/tracked-payment-qr-codes/lookup

Authorization

authorization
AuthorizationBearer <token>

Set Your Secret API Key

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

id*string

Unique identifier for the object.

Length1 <= length

Response Body

*/*

curl -X POST "https://example.com/v1/tracked-payment-qr-codes/lookup" \  -H "Content-Type: application/json" \  -d '{    "id": "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"}