Static QR Code
Status for Static QR Code
Use the Static QR Code status endpoint when your system needs the latest payment state for a customer transaction collected through a reusable QR Code. Pass the transaction referenceId to support reconciliation, customer support checks, and recovery when callback delivery is delayed or unavailable.
Request Parameters
| Key Parameters | Data Type | Description |
|---|---|---|
| publicAccessToken | String | One time access-token generated using the auth token API |
| referenceId | String | Unique reference of Transactions from client side |
Response Parameters
| Key parameters | Data type | Description |
|---|---|---|
| id | String | Unique ID generated by Brick |
| referenceId | String | Unique ID that is being generated by the client to track each QR Codes |
| amount | Number | Amount that clients wants to transfer |
| status | String | Status of QR Code, the value options are processing, paid, expired, and cancelled. |
| qrData | String | QR national dynamic data |
| paidAt | Date Time | Timestamp when QR Code being paid by customer |
| type | String | Type of QR Code, It will either STATIC or DYNAMIC |
| merchant | String | Name of merchant |
| merchantNmid | String | Unique Id of merchant |
Last modified on
