List Available Methods
Retrieve active payment methods supported for a specific country.API Endpoint
GET /payment-methods
Query Parameters
The two-letter ISO country code (e.g.,
CM, CI, SN, GH). This filters the methods to those available in the specified region.Response
Calculate Transaction Fees
Get a detailed breakdown of the fees for a specific amount, currency, and payment method.API Endpoint
GET /payment-methods/fee/{payment_method}/{currency}/{amount}
Path Parameters
The code of the payment method (e.g.,
mobile_money, card).Three-letter ISO currency code (e.g.,
XAF, USD).The transaction amount.
Query Parameters
ISO country code where the transaction is taking place. This can affect local vs. international fee rules.
For
card payments, specify if the card is local or international.