Uganda Collection
Collections from Uganda are made via mobile money.
Below is a sample request for Uganda collection:
Initialize Collections [POST]
curl --location '{{sandboxURL}}/wallets/collections/initialize' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {{APIKEY}}' \
--data '{
    "reference": "<samplereference>",
    "customerEmail": "ray.jon@mail.com",
    "country": "UG",
    "currency": "UGX",
    "amount" : 20000,
    "description": "Transport fare"
    "payload": {
        "network": "MTN"
        "type": "MOMO",
        "accountNumber": "+256775379021",
        "accountName": "Jon Snow",
    }
}| Parameter | Description | Required | 
|---|---|---|
| type | This is the payment type. It will be MOMO | ✅ | 
| accountNumber | This is the phone number that funds will be received from | ✅ | 
| accountName | This is the name of the sender | ✅ | 
| network | The phone number's mobile network, ( MTN|AIRTEL) | ✅ |