Transaction Status
A Get Transaction Status message is a request to get the details of an already processed transaction.
Endpoint URI:
Mtn Bénin
Mtn Bénin Check transaction status on mtn if the status on your dashboard is pending
POST {context}/QosicBridge/user/gettransactionstatus {
"transref" : "12345",
"clientid": "QOS3P001"
}{
"responsecode": "00",
"responsemsg": "SUCCESSFUL",
"transref": "12345",
"comment": "TRANSACTION APPROVED AND PROCESSED SUCCESSFULLY"
}{
"responsecode": "-2",
"responsemsg": "INVALID CLIENT ID",
"transref": "12345",
"comment": "CLIENT ID DOES NOT EXIST"
}Moov Bénin
POST {context}/QosicBridge/user/gettransactionstatus2mv//Content-Type: application/json[Basic Authentication headers]Some code
{
"clientid": "****",
"transref":"xxx811085",
"specialfield1":"82024051400161709"
}{
"responsecode": "00",
"responsemsg": "SUCCESSFUL",
"transref": "12345",
"comment": "TRANSACTION APPROVED AND PROCESSED SUCCESSFULLY"
}{
"responsecode": "-2",
"responsemsg": "INVALID CLIENT ID",
"transref": "12345",
"comment": "CLIENT ID DOES NOT EXIST"
}Celtiis Bénin
Element
Type
Decription
transref
string:MANDATORY
The Unique generated id provided by Qos
clientid
string:MANDATORY
The transaction reference of the payment transaction
specialfield1
string: MANDATORY
The transaction id in sms received by operator and it is required
Last updated