Account Verification

Use this API to Fetch the Account Details using account number

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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"
}
Body Params
string
required
Defaults to XXXX0XXXX
string
required
Defaults to XXXXXXXXX
Headers
string
required
Defaults to {{API KEY}}
string
required
Defaults to {{API KEY}}
Response
200
Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!