v1
latestOpenAPI 3.0.02026-07-265892227.1 KBReceipt
Retrieve a Receipt
Retrieve a sucessful or failed transfer or payment receipt
get/receipts/{id}
Path parameters
idstring required
Identifier can be receiptId or transactionId (ex: TransferId)
Query parameters
isReceiptIdentifierboolean
Indicate if the provided identifier is a receipt id (true) or a transfer or payment id (false).
Response
Example response
{
"id": "rc_z1urYtVFgEebtcj8fxp4v",
"date": "2020-10-15T12:16:26.128Z",
"amount": 100,
"currency": "XOF",
"method": "mobile_money",
"country": "CI",
"provider": "orange",
"mode": "live"
}