Subscribe to Webhooks
Subscribe to various webhook events related to Payment Links to receive instant notifications.
Subscribe to webhook events relevant to Payment Links.
To subscribe to webhook events:
- Log in to the .
- Navigate to Account & Settings → Webhooks to subscribe to any of the events mentioned in the following section.
Handy Tips
This documentation applies to the new webhook events. If you have gone live after December 2020, you will, by default, be on the new version. If you have the old version of webhook events:
- Log in to the .
- Navigate to Account & Settings → Webhooks.
- Click on Documentation to access the Legacy webhook events.
If you are using the new APIs, you must subscribe to the following webhook events for Payment Links:
Webhook Events for New API | Webhook Events for Legacy API |
---|---|
payment_link.paid | invoice.paid |
payment_link.partially_paid | invoice.partially_paid |
payment_link.expired | invoice.expired |
payment_link.cancelled | N/A |
Webhook Events | Description |
---|---|
payment_link.paid | Triggered when a Payment Link is successfully paid. |
payment_link.partially_paid | Triggered when a partial payment is made against a Payment Link. |
payment_link.expired | Triggered when a Payment Link expires. |
payment_link.cancelled | Triggered when you cancel a Payment Link. |
Know more about
and check the .Was this page helpful?