Payout Link Webhooks
List of Payout Links webhooks along with sample payloads.
Payout Links enable you to make payouts to those Contacts whose Fund Account details are not available. The payload remains the same irrespective of the fund_account_type
to which payout was made. That is, the payload is same whether the payout was made to a bank account, VPA or card.
The table below lists the webhook events available for RazorpayX Payout Links.
Given below are the sample payloads for Payout Links webhooks.
The fund_account_id
is populated at this stage.
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.
Was this page helpful?