v1

latestOpenAPI 3.0.32026-07-14108241269.2 KB
Bank Verification

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.

post/verify/bank_verification

Request body

account_numberstring required

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

ifsc_codestring required

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

Response

Successful verification. Returns result object with account and IFSC details.

statusstring required
messagestring nullable
error_codestring nullable
tranx_idstring nullable
timestampstring nullable