Transaction Status

Transaction Status message is a request to get the details of an already processed transaction.

Endpoint URI:

POST https://api.qosic.net/QosicBrigde/checkout/v1/status

ElementTypeDecription

transref

string:MANDATORY

The transaction reference of the payment transaction

qoskey

string:MANDATORY

The Unique key generated id provided by Qos

Content-Type: application/json[Basic Authentication headers ]
 { 
     "qoskey" : "..",
     "transref" : ".."
 }

Last updated