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"
}
Moov Bénin
POST {context}/QosicBridge/user/gettransactionstatus2mv
//Content-Type: application/json[Basic Authentication headers]Some code
{
"clientid": "****",
"transref":"xxx811085",
"specialfield1":"82024051400161709"
}
Celtiis Bénin
POST {context}/QosicBridge/sb/v1/gettransactionstatus
//Content-Type: application/json[Basic Authentication headers]
{
"clientid":"***",
"transref":"xxx811085"
}
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