Mobile Money Collection
The API supports mobile money as described in the Supported Countries section. The section below will guide you through the process of accepting Mobile Money
Overview
Step 1: Form the collection request payload
Parameter
Type
Required
Description
{
"merchant_reference": "auto",
"transaction_method": "MOBILE_MONEY",
"currency": "UGX",
"amount": 10000,
"provider_code": "mtn_momo_ug",
"msisdn": "256777000001",
"customer_email": "[email protected]",
"customer_name": "JOHN DOE",
"description": "Test Collection",
"charge_customer": false
}Step 2: Handle intermediate notifications - Optional
Step 3: Handle final status notification
Last updated