S2S MoMo XOF and XAF
You can receive payments using our S2S integration from these countries; Benin, Côte d’Ivoire, Togo, Senegal, Mali, Burkina Faso (XOF), and Cameroun (XAF).
TO GET STARTED:
Content-Type
Set value to application/json
Post a request to the URL below, where the base URL is determined by the environment you are on.
POST {{baseurl}}/transaction/initialize/s2s/mobile_money
Here's a sample request below:
{
"phone": "+2250707000200",
"amount": 50000,
"email": "xof-momo-test@customer.com",
"currency": ""
}
Here's a sample response:
{
"success": true,
"message": "Payment Request Successful",
"data": {
"reference": "cc7f3971826e",
"nextStep": "PIN"
}
}
The next step can either be OTP or PIN. If your customer is new to the service, they'll receive an OTP initially. Afterwards, for subsequent transactions, they'll be provided with a PIN.
When it is an OTP; you need to present the User with a screen to enter OTP and then call the endpoint below.
To verify OTP: use this guide.
XOF
200
1500000
XAF
200
1500000
Last updated