Skip to main content
Composite Account Validation API allows you to create a Contact Linked Text, the contact’s Fund Account (bank account or UPI) and validate it in a single API call.
Watch Out!Account Validation is not available in test mode and is possible only for RazorpayX Lite.

To make an account validation transaction, you must allowlist your IPs, Create a Contact and Create a Fund Account for the Contact using either bank account or VPA details.

Validate a Bank Account

POST /v1/fund_accounts/validationsCreates and validates the contact’s bank account.

Validate a VPA

POST /v1/fund_accounts/validationsCreates and validates the contact’s virtual payment address or UPI fund account.

Fetch All Account Validation Transactions

GET /v1/fund_accounts/validations?account_number=\{account number\}Retrieves the details of all Fund Account Validation transactions you have made.

Fetch Account Validation Transactions With ID

GET /v1/fund_accounts/validations/:idRetrieves particular Fund Account Validation transaction with its id.