curl --request GET \
--url https://api.sandbox.co.in/bank/{ifsc} \
--header 'Authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'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>'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?