We recommend checking out the introductory
section to understand the basics of direct
charge first. This guide assumes you’ve read that.
XAF or XOF), your customers can pay with mobile money services.
The Process
This involves the following steps:- You call our API to create a charge and pass in the customer’s mobile number.
- Your customer completes the payment by authorizing it with their mobile money provider.

Initiating the Payment
First, you’ll need the customer’sphone_number. Combine that with the rest of the payment details to create the payload and send it to our charge Francophone mobile money endpoint. You’ll need to specify amount, currency, email, country and a unique tx_ref.
You can also specify more details, such as the customer’s fullname and custom meta information. See the endpoint documentation for details.
Country CodesOnly ISO 3166 Alpha-2 codes are supported as the country param. You can get a full list here. Possible values are
CM (Cameroon), SN (Senegal), BF (Burkina Faso) and CI (Côte d’Ivoire).Handling the Response
You’ll get a response that looks like this:Success
meta.authorization.mode field is "callback", which means the user needs to authorize with their mobile money service, and then we’ll send you a webhook.
Completing the Payment
To complete the payment, the customer needs to be authorized with their mobile money provider (for instance, via a push notification from the app).Testing TipIn Test Mode, Francophone mobile money transactions are
automatically completed after a few seconds.