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
The response is of type object[]
.