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. For token-generation steps, refer to the Quickstart Guide.
API key used to identify and authenticate the client.
Specifies the API version for the request.
11-digit alpha-numeric code used to identify the bank branches
^[A-Za-z]{4}[a-zA-Z0-9]{7}$Was this page helpful?