post https://dextox.in/api/ekyc/AccountVerification
Use this API to Fetch the Account Details using account number
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 |
accountNumber | string | YES | accountNumber |
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"
}