- Account Number: The bank account number to be verified.
- IFSC: The Indian Financial System Code of the bank branch.
Optional Feature
- Name Match Verification: Optionally, the API can perform a name match verification.
- Penny Drop: Optionally, the API can perform a penny drop to the account to be verified.
400 Response Messages
Account Number Errors
account_numberis required.account_numbermust be a string.account_numbermust be at least 9 character long.- Account number must contain only numeric characters.
IFSC Errors
ifscis required.ifscmust be a string.ifscmust be exactly 11 characters long.- Invalid IFSC format. Example: ‘SBIN0001234’.
Name Errors
namemust be a string.nameis invalid.- Name must not contain special characters or numbers.
Payload Errors
- Payload is missing.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
- Account Number must be in the format XXXXXXXXXXXXXXX
- It should not contain all identical digits in the numeric part.
- Min Length: 9
Minimum length:
9Example:
"380234932948989"
- IFSC code must be exactly 11 characters long.
- It should follow the format: 4 letters, followed by 0, followed by 6 alphanumeric characters.
Required string length:
11Example:
"SBIN0001234"
Optional. Must not contain special characters or numbers.
Example:
"John Doe"
Optional. If true, then penny will be dropped to the account to be verified.
Example:
false
Response
Successful response with bank account details.
Overall status of the API
Available options:
success, error HTTP status code
Description of the response or error
Represents the total number of credits used in this request.
Example:
3
Represents the remaining credits available for use.
Example:
4040

