Initiate a mobile money payment
collections/mobile-money/collect
Initiating a momo payment is no rocket science, here is how to it, Chief 😉
The user gets a text message (SMS) to confirm the payment and you can use the /mobile-money/verify endpoint to verify when payment has been confirmed by a user.
POST
https://live.chimoney.io/api/v0.1/collections/mobile-money/collect
Initiate a transaction
Headers
Name | Type | Description |
---|---|---|
X-API-Key* | API_KEY_FROM_DEV_PORTAL |
Request Body
Name | Type | Description |
---|---|---|
amount* | 1 | |
currency* | KES | |
email* | team@chimoney.io | |
phone_number* | +254710102720 | |
fullname* | firstname lastname | |
country* | Kenya | |
tx_ref* | text_113 from your record |
#Javascript FETCH
#Python REQUESTS
#PHP cURL
Yay! It's done.
Last updated