Bank Verification Status
GET/v1/users/get-bank-status/:refNumber
Get the status of bank account verification.
Request
Responses
- 200
- 400
- 401
Returns current bank verification status. Check the bankStatus field:
SUCCESS— Account verified (reason: "Account is valid")FAILED— Verification failed.reasonvalues:"kyc name mismatch. ACCOUNT HOLDER NAME: <NAME>, kycNames: <KYC_NAME>"— account holder name does not match KYC name"nre account"— NRE accounts are not supported"invalid account"— account number is invalid or the account is frozen
PENDING— Verification still in progress; retry shortlyMANUAL— Automatic verification could not complete; user must submit a passbook or bank statement
Bad Request — invalid or missing reference number.
Unauthorized — missing or expired Bearer token or API key.