Documentation
Collections
Uganda Collection

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",
    }
}

ParameterDescriptionRequired
typeThis is the payment type. It will be MOMO
accountNumberThis is the phone number that funds will be received from
accountNameThis is the name of the sender
networkThe phone number's mobile network, (MTN | AIRTEL)