qos_logo

Docs

Transaction

A Get 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
Succes Code
HTTP Status Code: 202
Failded Code
HTTP Status Code: 404
Content-Type: application/json[Basic Authentication headers]{ 
          qoskey:"..",
          transref:".."
         }