Bank Account Verification
IFSC Verification
Use this API to verify if a given IFSC exists. The bank name, the branch that it belongs to, the transfer modes supported, and the respective MICR code will be shown in the response.
GET
Path Parameters
The IFSC information of the bank account to be validated. It should be an alphanumeric value of 11 characters. The first 4 characters should be alphabets, the 5th character should be a 0, and the remaining 6 characters should be numerals.
Example:
"SCBL0036078"
Response
200
application/json
Accepted
It represents the status of the API request.
Example:
"SUCCESSS"
It represents the sub code of the API request.
Example:
200
It represents the message of the API request.
Example:
"Bank account details verified successfully"
It contains the bank account information.
Was this page helpful?