Aller au contenu principal

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

Specifying Payment Methods

When creating a PaymentIntent, specify which methods to accept:

{
"amount": 10000,
"currency": "XOF",
"payment_method_types": ["mobile_money", "card"]
}

If you don't specify payment_method_types, Ikawaari will automatically enable the methods available for the given currency and country.

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.