Verify bank account details

Verify a bank account by account_number and ifsc_code. Returns verification metadata including bank/branch details (from IFSC), account validity, a name-match score/result (if provided), and flag fields used for billing and consent. Requires X-API-KEY and X-Client-ID headers.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required
^[0-9]{9,18}$

Bank account number to verify. Digits only. Typical length varies by bank (commonly 9-18 digits).

string
required
^[A-Z]{4}0[0-9A-Z]{6}$

11-character IFSC code of the branch. Format: 4 letters (bank code) + '0' + 6 alphanumeric characters, e.g. SBIN0123456.

Responses

400

Bad request — missing or invalid account_number/ifsc_code.

401

Unauthorized — missing or invalid API credentials.

404

Not found — account or IFSC details not found.

500

Internal server error — unexpected server failure during verification.

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json