post
https://dextox.in/api/payout/v3/StatusEnquiry
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 Parameter
| Param Name | Param Type | Is Mandatory | Description |
|---|---|---|---|
| refid | string | YES | Unique id sent in transaction |
Sample Request
{
"refid":"XXXXX"
}Sample Response
{
"status": true,
"responsecode": 1,
"data": {
"refid": "TXN123456789",
"ackno": "QR97427411234",
"name": "ARVIND CHOUDHARY",
"mobile": "XXXXXXXXX",
"amount": "2.00",
"charge": "5",
"remarks": "Credited to beneficiary xxxxxx on 20-12-2023 12:52:57",
"status": 1,//1-success,0-Failed/Refund,2-Pending and pending on other status than this
"utr": "1234567895",
"msg": "Credited to beneficiary xxxxxx on 20-12-2023 12:52:57"
}
}