For the complete documentation index, see llms.txt. This page is also available as Markdown.

Status de la transaction

Une requête (Get Transaction Status) permet d'obtenir les détails d'une transaction déjà effectuée.

Endpoint URI:

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

Element
Type
Decription

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" : ".."
 }

Mis à jour