Verify Bank Account (Advance)
Bank Account
Bank Account (Advance)
Verifies a bank account using account number and date of birth.
POST
Verify Bank Account (Advance)
This API verifies the details of a bank account associated with an individual. It requires the following input parameters:
- 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
API key issued by KonnectNXT. Pass as Authorization: Bearer <your_api_key>.
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 string 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.
Pattern:
^[a-zA-Z\s]*$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
Example:
400
Description of the response or error
Example:
"Invalid request parameters"
Represents the total number of credits used in this request.
Example:
3
Represents the remaining credits available for use.
Example:
4040

