post https://sandbox.onebrick.io/v2/payments/gs/qris/dynamic
We need to build one standalone APIs for clients to consume of QRIS product. This APIs will help clients to create new dynamic QRIS for clients.
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, Maximum length of 25 characters |
amount | Number | Amount that clients wants to transfer, between Rp1.000 - Rp10.000.000 |
expiredAt | Date Time | QRIS expiry should be in seconds, Maximum it can be 1 month or 31 days or 2,678,400 seconds. Clients can use 0 to use the default value ie: 20 minutes or 1200 seconds. |
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 |
createdAt | Date Time | Created date of QRIS code |
expiredAt | Date Time | Expired date of QRIS code |
qrData | String | QR national dynamic data |