cURL
curl --request GET \ --url https://api.sandbox.co.in/bank/{ifsc} \ --header 'Authorization: <authorization>' \ --header 'x-api-key: <x-api-key>'
{ "MICR": "<string>", "BRANCH": "<string>", "ADDRESS": "<string>", "STATE": "<string>", "CONTACT": "<string>", "UPI": true, "RTGS": true, "CITY": "<string>", "CENTRE": "<string>", "DISTRICT": "<string>", "NEFT": true, "IMPS": true, "SWIFT": "<string>", "ISO3166": "<string>", "BANK": "<string>", "BANKCODE": "<string>", "IFSC": "<string>" }
Verify the IFSC code and receive details of the associated bank branch.
JWT access token
API key for identification
11-digit alpha-numeric code used to identify the bank branches
200 - OK
Was this page helpful?