Documentation
Collections
Kenya Collections

Kenya Collection

Collections from Kenya are made via mobile money.

Below is a sample request for Kenya 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": "KE",
    "currency": "KES",
    "amount" : 500,
    "description": "Payment for artwork"
    "payload": {
        "network": "MPESA"
        "type": "MOMO",
        "accountNumber": "+25475049021",
        "accountName": "May Dean",
    }
}
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, (MPESA)