get https://sandbox.onebrick.io/v2/payments/gs/qris/update-status-sandbox
This APIs will help clients to update the status from their side, They have to pass on the transactions referenceId and gets the update. This API only for testing purpose, and can only works in sandbox environment.
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 |
status | String | Status of QRIS, the value options are processing, paid, expired, completed. |
Response Parameters
Key parameters | Data type | Description |
---|---|---|
data | String | Providing information about whether the status has successfully changed or not. |