Skip to main content
GET
Exporter les paiements
La réponse est un fichier binaire. Le playground ne peut pas l’afficher : utilisez curl -o export.xlsx … ou votre navigateur.

Authorizations

authenticationtoken
string
header
required

JWT obtenu via POST /user/login-merchant. À passer tel quel, sans préfixe Bearer.

Query Parameters

merchant_reference
string
required

Référence de votre compte marchand (celle choisie à l'inscription, ex. beautyshop).

Example:

"beautyshop"

format
enum<string>
default:xlsx
Available options:
xlsx,
pdf,
csv
date_min
string<date>
date_max
string<date>
reference
string
status
enum<string>
  • PENDING — lien créé, en attente de paiement (expire après 24 h).
  • SUCCESS — paiement confirmé par l'opérateur.
  • FAILED — paiement refusé, annulé ou lien expiré.
Available options:
PENDING,
SUCCESS,
FAILED
operator
enum<string>
Available options:
orange,
mtn,
moov,
wave,
visa
country
enum<string>
Available options:
CI,
BF,
ML,
CM

Response

Fichier exporté.

The response is of type file.