get
https://api.sandbox.co.in/bank/
Verify the IFSC code and receive details of the associated bank branch.
| Key | Type | Description | Example |
|---|---|---|---|
| BRANCH | string | Name of the Bank Branch. | PARK STREET |
| CENTRE | string | Centre in which the branch is situated. | JAIPUR |
| DISTRICT | string | District in which the branch is situated. | JAIPUR |
| STATE | string | State in which the branch is situated. | RAJASTHAN |
| ADDRESS | string | Address of the Branch. | 3 PARK STREET M I ROAD M I ROAD |
| CONTACT | string | Phone number of the branch. | 9875003333 |
| MICR | string | Nine-digit MICR code. | 302240007 |
| RTGS | boolean | Indicates whether the branch has RTGS or not. Possible values are: true or false. | true |
| CITY | string | City in which the branch is situated. | JAIPUR |
| NEFT | boolean | Indicates whether the branch has NEFT or not. Possible values are: true or false. | true |
| IMPS | boolean | Indicates whether the branch has IMPS or not. Possible values are: true or false. | true |
| BANK | string | Name of the Bank. | HDFC Bank |
| BANKCODE | string | Code of the Bank. | HDFC |
| IFSC | string | 11-digit code of the branch. | HDFC0001234 |
Test Environment: https://test-api.sandbox.co.in
| Run in Postman | Response | Remarks |
|---|---|---|
| Test request | 200 | Success Response |
| Test request | 404 | Invalid IFSC/IFSC not found |


