cURL
curl --request GET \ --url https://api.sandbox.co.in/bank/{ifsc} \ --header 'Authorization: <authorization>' \ --header 'x-api-key: <x-api-key>'
200
200 - Success
{ "MICR": "302240007", "BRANCH": "PARK STREET", "ADDRESS": "3 PARK STREET M I ROAD M I ROAD", "STATE": "RAJASTHAN", "CONTACT": "+919875003333", "UPI": true, "RTGS": true, "CITY": "JAIPUR", "CENTRE": "JAIPUR", "DISTRICT": "JAIPUR", "NEFT": true, "IMPS": true, "SWIFT": "HDFCINBB", "ISO3166": "IN-RJ", "BANK": "HDFC Bank", "BANKCODE": "HDFC", "IFSC": "HDFC0001234"}
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?