Skip to main content

Payment Methods

Ikawaari supports a variety of payment methods tailored for African markets.

Available Methods

MethodCodeUse Case
Mobile Moneymobile_moneyMost popular in West/Central Africa
CardcardVisa, Mastercard
Bank Transferbank_transferLarge B2B payments
WavewavePopular in CI and SN

Choose a Payment Method

PaymentIntent creation does not accept payment_method_types. First create the PaymentIntent with the transaction country:

{
"amount": 10000,
"currency": "XOF",
"transaction_country": "SN"
}

Then confirm the payment with payment_method.mobile_money, payment_method.card, or another payment_method object supported by the confirmation endpoint. Actual availability depends on the country, currency, merchant account, and enabled rails.

Payment Method Availability by Country

Navigate to Settings → Payments → Payment Methods in the dashboard to see and configure which methods are enabled for your account.