Transaction Status

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Header Parameters

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

Request Parameters

NameTypeMandatoryDescription
refidStringYesYour unique id

Sample Request

{
    "refid": "TXN123456789"
}

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 ARVINDCHOUDHARY on 20-12-2023 12:52:57",
        "status": 1,
        "utr": "1234567895",
        "msg": "Credited to beneficiary ARVINDCHOUDHARY on 20-12-2023 12:52:57"
    }
}
Body Params
string
required
Defaults to { "refid": "TXN123456789" }
Headers
string
required
Defaults to Application/Json
string
required
Defaults to Application/Json
string
required
Defaults to {API KEY}
string
required
Defaults to {USER ID}
Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json