v1
latestOpenAPI 3.1.02026-07-24360204.4 KBBank IFSC
Use this API to get a list of bank IFSCs used by ZWITCH APIs.
get/v1/constants/ifsc-codes
Query parameters
start_afterstring
The ID after which you want to get details.<br> Use this with the results_per_page for pagination.<br><br>Example: if_GfmeVccbAkV4uEK47T48
start_beforestring
The ID before which you want to get details.<br> Use this with the results_per_page for pagination.<br><br>Example: if_GlvUn3FWir2YirsFFw1y
results_per_pagestring
The number of results you want to get per API call.<br>Use this with the start_before or start_after parameters for pagination.<ul><li>Default value 10.<li>Maximum value 100.</ul></li>Example: 15
ifsc_codestring
The IFSC code for which you want to get details.<br><br>Example: ABHY0000004
Request body
Response
200
Example response
{
"object": "list",
"has_more": true,
"data": [
{
"ID": "if_cQpjLWAwdncXgq6t54KQ",
"ifsc_code": "ABHY0065001",
"bank": "Abhyudaya Co-operative Bank",
"branch": "Abhyudaya Co-operative Bank IMPS",
"imps": true,
"rtgs": true,
"neft": true,
"upi": true
}
]
}