API Reference

Ifsc Fetch

Use this API to Fetch the detail of branch using ifsc

Header Parameters

NameTypeDescription
Content-TypeStringApplication/Json
AcceptStringApplication/Json
X-Qro-ApiKeyStringProvided By Dextox
X-Qro-UserIdStringProvided By Dextox

Request Parameters

Param NameParam TypeIs MandatoryDescription
IfscstringYESIfsc

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"
}
Language
Click Try It! to start a request and see the response here!