GET
/
receipts
/
{id}
{
  "id": "rc_z1urYtVFgEebtcj8fxp4v",
  "date": "2020-10-15T12:16:26.128Z",
  "description": "<string>",
  "transactionId": "<string>",
  "operatorReference": "<string>",
  "reference": "<string>",
  "customerNumber": "<string>",
  "amount": 100,
  "currency": "XOF",
  "method": "mobile_money",
  "country": "CI",
  "provider": "orange",
  "mode": "live"
}

Path Parameters

id
string
required

Identifier can be receiptId or transactionId (ex: TransferId)

Query Parameters

isReceiptIdentifier
boolean

Indicate if the provided identifier is a receipt id (true) or a transfer or payment id (false).

Response

200
application/json

The response is of type object.