Documentation
The Ikawaari knowledge center for merchants, developers, and partners.
Common use cases
Accept a first mobile money payment
Start a payment integration using the implemented payment intents route family.
Configure reliable webhooks
Set up signatures, retries, and asynchronous processing flows.
Test the integration in sandbox
Understand the environment model, test mode, and validation scenarios.
Operate the merchant dashboard
Explore payments, balance, payouts, reporting, and other merchant surfaces.
Understand escrow and releases
Review escrow contracts, releases, disputes, and their lifecycle.
Extend the platform with apps
Explore marketplace apps, event subscriptions, and app webhooks.
Try it
Ikawaari Shell
$ik.paymentIntents.create({ amount: 5000, currency: "XOF" })
{
"id": "pi_1a2b3c4d5e",
"status": "requires_payment_method",
"amount": 5000,
"currency": "xof"
}