S2S MoMo (RWF)

Initiate S2S

Authorization
Set to Bearer PUBLIC_KEY

Content-Type

Set value to application/json

The public key can be gotten from the 'Settings' page on your Startbutton dashboard.

Post a request to the URL below, where the base URL is determined by the environment you are in.

BaseUrls

Sandbox/PROD: https://api.startbutton.tech

POST {{baseurl}}/transaction/initialize/s2s/mobile_money

Sample code:

{
    "provider": "MTN",
    "phone": "131313131",
    "amount": 2000,
    "email": "RWF-momo-test@customer.com",
    "currency": "RWF"
}

We support only two Mobile money providers: MTN & Airtel and as the case may be, you are expected to pass any of the 2 as the provider.

Sample response:

Last updated