Retrieve a Receipt
Retrieve a sucessful or failed transfer or payment receipt
Path Parameters
Identifier can be receiptId or transactionId (ex: TransferId)
Query Parameters
Indicate if the provided identifier is a receipt id (true) or a transfer or payment id (false).
Response
Unique identifier for the Receipt
Datetime in UTC timezone at which the associated transaction was successful. Follows the Datetime ISO.
An arbitrary string attached to the Transfer. Mostly useful for displaying to user.
Unique identifier for the associated transaction
Merchant transaction number
Customer transaction number
Customer full identifier (aka msisdn, ..)
Amount intended to be sent to the recipient. A positive integer representing how much to charge in the smallest currency unit (e.g., 100 cents to charge €1.00 or 100 to charge FCFA100, a zero-decimal currency).
Three-letter ISO currency code.
The method selected to make this Transfer
mobile_money
, bank_transfer
, airtime
Two-letter ISO country code. Represents the country where the provider selected by the customer is localized.
The name of the provider selected by the customer, in lowercase. The list of supported providers can be found at /data/providers
Mode in which this PaymentIntent exists. The sandbox mode can be used during the integration phase and is available as soon as the merchant account is created. No real transactions are made in this mode. The live mode has to be used to make real transactions.
live
, sandbox