S2S MoMo (RWF)
Initiate S2S
Authorization
Set to Bearer PUBLIC_KEY
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 in.
POST {{baseurl}}/transaction/initialize/s2s/mobile_money
Sample code:
{
"provider": "MTN",
"phone": "250123123123",
"amount": 2000,
"email": "RWF-momo-test@customer.com",
"currency": "RWF"
}
Sample response:
{
"success": true,
"message": "Payment Request Successful",
"data": {
"reference": "a76b2d362692",
"nextStep": "PIN"
}
}
Last updated