API Reference

Account Verification

Use this API to Fetch the Account Details using account number

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
accountNumberstringYESaccountNumber

Sample Response

{
    "statuscode": "TXN",
    "status": "Result fetched",
    "data": {
        "traceId": "XXXXXXXX",
        "data": {
            "utr": "XXXXXX",
            "fuzzyLogicScore": "",
            "nameAtBank": "XXXXXX",
            "city": "",
            "micr": "",
            "amountDeposited": "1.00",
            "bankName": "",
            "pymtModeCode": "IMPS",
            "refId": "XXXXXX",
            "branch": ""
        },
        "subCode": "00",
        "message": "SUCCESS",
        "status": "SUCCESS"
    },
    "timestamp": "06-06-2025 13:32:01"
}
Language
Click Try It! to start a request and see the response here!