curl --request GET \
--url https://api.sandbox.co.in/bank/{ifsc} \
--header 'Authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'{
"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.
curl --request GET \
--url https://api.sandbox.co.in/bank/{ifsc} \
--header 'Authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'{
"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"
}JWT access token
API key for identification
11-digit alpha-numeric code used to identify the bank branches
^[A-Z]{4}0[0-9A-Z]{6}$Was this page helpful?