Static QR Code
QR Code Callback - Static QR Code
Use this callback as the primary real-time payment notification for Static QR Code. Static QR Code can be reused, so your system should rely on the callback data to identify the payment and reconcile it to the correct merchant or customer flow.
Callback Handling
- Match the callback using
referenceId, QR Codeid, and merchant information. - Treat callbacks as idempotent because retries can happen.
- Store
paidAt,amount,feeAmount,merchant, andmerchantNmidfor reconciliation. - Return HTTP
200only after your system has accepted the callback. Dashboard Test URL / Save & Test also requires a JSON ACK with the exact Brick testreferenceId. - If
customerInformationis enabled, store buyer and issuer details according to your own data handling policy.
This is a sample of the status update we send to your callback URL:
Code
This is a sample of the status update we send to your callback URL if customerInformation is enabled:
Code
Note: To get
customerInformation, refer to the QR Code Overview docs or contact our Sales team.
Last modified on
