post https://dextox.in/api/ekyc/UPIValidation
Use this API to Fetch the UPI Details
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 |
|---|---|---|---|
| upi | string | YES | upi |
Sample Response
{
"statuscode": "TXN",
"status": "Result fetched",
"data": {
"isVPAValid": 1,
"vpa": "xxxxxxxxxx@ybl",
"payerAccountName": "xxxxxxxxx",
"status": "SUCCESS"
},
"timestamp": "06-06-2025 13:23:30"
}