BrickCollect - Acceptance
Generate Dynamic QRIS
Standalone APIs for clients to consume of QRIS product. This API will help clients to create new dynamic QRIS for clients.
Request Parameters
ReadMe parameters block:
Code
*The validityPeriod parameter is intended for time-sensitive transactions. If you need a different expiry logic, please contact the Brick team.
*The expiry time is now dynamically enforced to a maximum of 24 hours to prevent excessively long transactions.
Response Parameters
| Key parameters | Data type | Description |
|---|---|---|
| id | String | Unique transaction ID generated by Brick. |
| referenceId | String | Unique transaction reference provided by the client to track each QR code. |
| amount | Integer | Transaction amount requested by the client. |
| createdAt | Date Time | Timestamp when the QRIS code was created. |
| expiredAt | Date Time | Actual expiry timestamp of the QRIS code. If the requested validity period exceeds 24 hours, this will be adjusted to 24 hours. |
| qrData | String | QRIS dynamic data that can be scanned for payment. |
Last modified on
