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 time can be set as minimum 60 second, maximum 300 seconds (5 minutes) from the creation time*. If not set, the default will be 300 seconds (5 minutes). |
*The expiredAt parameter is intended for time-sensitive transactions to ensure real-time confirmation. If you require a longer expiry time for certain use cases, please reach out to the Brick team.
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 |