Retrieve fees
This endpoint allows you to retrieve the fees associated with a payment intent. Fees are applied per payment and this endpoints will group all the fees in an array.
Headers
Your api key. To create a key, please get into our dashboard. If you don't have access to it, please reach the Support team.
Your merchant ID. This information is available in our dashboard. If you don't have access to it, please reach the Support team.
Allow you to choose between the sandbox mode to perform some tests or the live mode for real world transactions.
live
, sandbox
Path Parameters
Identifier of the PaymentIntent on which to retrieve PaymentFees.
Query Parameters
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
The method selected by the customer to make this Payment.
mobile_money
, credit_card
Response
Unique identifier of the applied Fee object.
A rate corresponding to the amount (flat or percentage) applied by the fees.
Fees can either be a flat amount of the transaction amount or percentage of the transaction amount.
percent
, flat
Amount applied by this Fees. 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.
An optional label giving information on the reason of this fees.
Taxes applied to this fee.