get https://sandbox.onebrick.io/v2/payments/gs/qris/static/
This APIs will help clients to initialise the status update from their side, They have to pass on the transactions referenceId and gets the update.
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 QRIS, the value options are processing, paid, expired, and cancelled. |
| qrData | String | QR national dynamic data |
| paidAt | Date Time | Timestamp when QRIS being paid by customer |
| type | String | Type of QRIS, It will either STATIC or DYNAMIC |
| merchant | String | Name of merchant |
| merchantNmid | String | Unique Id of merchant |
