post https://dextox.in/api/psdmt/service/TransactionStatus
Use this API to check the status of transaction
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 |
---|---|---|---|
referenceId | string | YES | Unique id sent in transaction |
Sample Request
{
"referenceId":"XXXXX"
}
Sample Response
{
"status":true,
"response_code":1,
"ackno":"XXXXX",
"utr":"5101XXXXX",
"txn_status":1,
"benename":"AXXXXX",
"remarks":"Transaction Successful - ",
"message":"Transaction Successful.",
"customercharge":"XX.00",
"gst":"XX.83",
"tds":"XX.XX",
"netcommission":"XX.XX",
"account_number":"36XXXXXXX",
"txn_amount":"100",
"balance":0.0
}