Skip to main content
GET
Exporter les transactions en CSV
Réponse binaire text/csv (Content-Disposition: attachment), pas du JSON. Colonnes, dans l’ordre : reference, external_reference, merchant, customer_name, customer_email, customer_phone, country, network, transaction_type, flow_direction, requested_amount, client_fee, gateway_fee, platform_fee, debited_amount, net_amount, currency, status, gateway, ip_address, created_at. Accepte les mêmes filtres/recherche que GET /transactions/, sans pagination — tout le jeu de résultats matché est exporté d’un coup.

Authorizations

Authorization
string
header
required

Clé API secrète du marchand — header Authorization: Bearer sk_live_xxx (ou sk_test_xxx en environnement de test).

Query Parameters

status
enum<string>
Available options:
PENDING,
SUCCESS,
FAILED,
CANCELLED
transaction_type
enum<string>
Available options:
RECHARGE,
PAIEMENT,
RETRAIT,
TRANSFERT
currency
string
flow_direction
enum<string>
Available options:
INBOUND,
OUTBOUND
country
string<uuid>
network
string<uuid>
merchant
string<uuid>
created_at__gte
string<date-time>
created_at__lte
string<date-time>

Response

200 - text/csv

Fichier CSV en téléchargement (Content-Disposition: attachment; filename="transactions.csv")

The response is of type file.