Transaction Status
Transaction Status message is a request to get the details of an already processed transaction.
Element
Type
Decription
{
"qoskey" : "..",
"transref" : ".."
} {
"responsecode": "00",
"responsemsg": "SUCCESSFUL",
"transref": "12345",
"comment": ""
} {
“responsecode”: “-2”,
“responsemsg”: “INVALID qoskey ,
“transref”: “12345”,
“comment”: qoskey ID DOES NOT EXIST”
}Last updated