post https://sandbox.onebrick.io/v2/payments/gs/qris/dynamic//cancel/
We need to provide Cancel QRIS APIs to our clients, This APIs will help to cancel the QRIS and then will can’t be use.
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 | 
|---|---|---|
| message | String | Success message | 
| id | String | Unique ID generated by Brick | 
| referenceId | String | Unique ID that is being generated by the client to track each QR codes | 
| cancelledAt | Date Time | Timestamp when QRIS being cancelled by client | 
