Statut transactions
Lire le statut d'une transaction du marchand.
GET /transactions/:reference
GET /transactions/:referenceRequête
GET /v1/transactions/AB12CD34EF
X-Api-Key: …
X-Timestamp: …
X-Signature: …Réponse 200 OK
200 OK{
"error": false,
"http_status": 200,
"data": {
"reference": "AB12CD34EF",
"status": "SUCCESS",
"type": "CREDIT",
"amount": 12000,
"fees": 240,
"net_amount": 11760,
"currency": "XOF",
"payment_method": "MTN Bénin",
"customer": {
"email": "[email protected]",
"name": "Ada Lovelace"
},
"source": {
"number": "22961234567"
},
"date": "2026-05-20T10:30:00.000Z",
"refunds": [
{
"reference": "9DEFGH1234",
"status": "SUCCESS",
"reason": "Demande client",
"date": "2026-05-20T11:45:00.000Z"
}
]
}
}Champs
Champ
Type
Description
Statuts possibles
Erreurs
Code
HTTP
Cas
GET /transactions
GET /transactionsQuery params
Param
Type
Description
Réponse
Pagination type
Voir aussi
Mis à jour