- Log in to the Dashboard.
- Navigate to Account & Settings → Webhooks to subscribe to any of the events mentioned in the following section.
Webhook Events and Descriptions
Webhook Events | Description
qr_code.created | Triggered when a QR Code is created.
qr_code.credited | Triggered when a payment is made using a QR Code.
qr_code.closed | Triggered when a QR Code is closed.
Signature Validation
If you need to validate QR Code webhook payloads, please use the following Node.js code:Node.js