Payment Links - Sample Payload

Sample payload for Payment Link


Following is the list of currently available webhook events for Payment Link.

Payment Links🔗

The table below lists the various Webhook events available for Payment Links.

Webhook Event

Description

Payment Link Type

payment_link.paid

Triggered when a Payment Link is paid.

  • Standard Payment Links

  • UPI Payment Links

payment_link.partially_paid

Triggered when a partial payment is made on a Standard Payment Link.

Standard Payment Link

payment_link.cancelled

Triggered when a Payment Link is cancelled by you.

  • Standard Payment Links

  • UPI Payment Links

payment_link.expired

Triggered when a Payment Link expires.

  • Standard Payment Links

  • UPI Payment Links

Handy Tips
If you have changed your webhook secret, remember to use the old secret for webhook signature validation while retrying older requests. Using the new secret will lead to signature mismatch.

Do Not Parse or Cast the Webhook Request Body
While generating a signature at your end, ensure that the webhook body is passed as an argument in the raw webhook request body. Do not parse or cast the webhook request body.

×