Skip to main content
The table below lists the webhook events available for RazorpayX Payout Links.

Term | Description

payout_link.expired| Triggered whenever a payout link moves to the expired state. This indicates that the payout link has expired.
Handy Tips Expiry feature for Payout Links must be enabled before using this webhook event. Know more about how to enable the expiry feature.

Sample Payloads

Given below are the sample payloads for Payout Links webhook events.
payout_link.attempted
payout_link.issued
payout_link.pending
The fund_account_id is populated at this stage.
payout_link.processing
payout_link.processed
payout_link.rejected
payout_link.cancelled
payout_link.expired
Watch Out!
  • 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 a signature mismatch.
  • 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.