Skip to main content

List of Account Validation Webhook Events

The table below lists the webhook events available for RazorpayX Account Validation.

Webhook Event | Available For | Description

fund_account.validation.completed| Bank Account and VPA | Triggered whenever an account validation transaction is completed.

fund_account.validation.failed | Bank Account and VPA | Triggered whenever an account validation transaction fails.

Sample Payloads

Given below are the sample payloads for Account Validation webhook events.

Fund Account Validation Completed

Bank Account

Fund Account Validation Failed

Bank Account
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.