Route - Sample Payload

Sample payload for Route


Following is the list of currently available webhook events for Route.

Route🔗

The table below lists the Webhook events available for Route.

Webhook Event

Description

transfer.processed

Triggered when a transfer made to a Linked Account is processed.

settlement.processed

Triggered when a transfer made to a Linked Account is settled with the parent merchant. (Available only for Razorpay Route)

transfer.failed

Triggered when a transfer made to a Linked Account is failed.

Transfer Processed🔗

Settlement Processed🔗

Transfer Failed🔗

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.

×