API Reference

Check Status

Use this API to check the status of transaction

Header Parameters

NameTypeDescription
Content-TypeStringApplication/Json
AcceptStringApplication/Json
X-Qro-ApiKeyStringProvided By Dextox
X-Qro-UserIdStringProvided By Dextox

Request Parameter

Param NameParam TypeIs MandatoryDescription
referenceIdstringYESUnique 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
}
Language
Click Try It! to start a request and see the response here!