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:

  1. Log into the Razorpay Dashboard.
  2. Navigate to DashboardSettingsWebhooks 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:

  1. Log in to the Razorpay Dashboard.
  2. Navigate to SettingsWebhooks.
  3. Click on Documentation to access the Legacy webhook events.

Webhook Events to Subscribe to🔗

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

Webhook Events and Descriptions🔗

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 Webhooks and check the sample payloads.

×