Dynamic QR Code
Dynamic QR Code Status
Use the Dynamic QR Code status endpoint when your system needs to confirm the latest QRIS payment state for a generated one-time QR Code. This status check is useful when callbacks are delayed, support teams need a transaction update, or finance operations need to reconcile QRIS payments by referenceId.
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 |
Last modified on
