Use this API to Fetch the detail of branch using ifsc
Header Parameters
| Name | Type | Description |
|---|---|---|
| Content-Type | String | Application/Json |
| Accept | String | Application/Json |
| X-Qro-ApiKey | String | Provided By Dextox |
| X-Qro-UserId | String | Provided By Dextox |
Request Parameters
| Param Name | Param Type | Is Mandatory | Description |
|---|---|---|---|
| Ifsc | string | YES | Ifsc |
Sample Response
{
"statuscode": "TXN",
"status": "Result fetched",
"data": {
"BRANCH": "Bank Branch",
"NEFT": true,
"CONTACT": "+xxxxxx",
"BANK": "Bank of Baroda",
"IMPS": true,
"RTGS": true,
"STATE": "RAJASTHAN",
"MICR": "xxxxxx",
"UPI": true,
"IFSC": "xxxxxx",
"DISTRICT": "xxxxxx",
"CITY": "xxxxxx xxxxx",
"BANKCODE": "BARB",
"ADDRESS": "Address",
"ISO3166": "IN-RJ",
"CENTRE": "xxxxxx"
},
"timestamp": "06-06-2025 13:09:17"
}