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": "131313131",
"amount": 2000,
"email": "RWF-momo-test@customer.com",
"currency": "RWF"
}{
"provider": "MTN",
"phone": "740000030",
"amount": 2000,
"email": "RWF-momo-test@customer.com",
"currency": "RWF"
}{
"provider": "MTN",
"phone": "250785283918",
"amount": 2000,
"email": "RWF-momo-test@customer.com",
"currency": "RWF",
"reference": "eybr34muxk"
}Sample response:
Last updated