Bank Verification Async

Use this API to validate the given bank account number and IFSC. This is an async verification request.

📘

We don't support Deutsche Bank as of now because the IMPS rails are not live.

You can claim free credits to verify your beneficiary details. You can also verify the provided beneficiary name is the same as the name registered at the bank with our name match score.

Test Data

View the test data and use this information to trigger the validations. The test data are usable only in the test environments such as gamma and sandbox.


The operation returns a response in two cases:

  1. The bank account or IFSC or both are invalid.
  2. The bank account and IFSC combination are verified.

Benefits:
The asynchronous API can handle a higher TPM (transactions per minute) as compared to the synchronous API. The async API allows us to handle up to 1000 transactions per minute. You need to call the getValidationStatus API, to get the final status.

Click to see the response codes.

Response Codes

Sub CodeStatusMessage
200SUCCESSRequest Accepted
422ERRORInput not in expected format

Language
Click Try It! to start a request and see the response here!