List Supported Momo (Collections)

This endpoint can be used to get the list of countries you can accept mobile money from

GET {{BASE_URL}}/partner/list_supported_momo/

{
        "data": [
            {
                "max_pay_amount": "100.00",
                "min_pay_amount": "1.00",
                "momo_country": [
                    "GH"
                ],
                "momo_currency": "GHS",
                "momo_logo": null,
                "momo_network": "airteltigo",
                "momo_status": "active"
            },
            {
                "max_pay_amount": "0.00",
                "min_pay_amount": "0.00",
                "momo_country": [
                    "GH"
                ],
                "momo_currency": "GHS",
                "momo_logo": null,
                "momo_network": "voda",
                "momo_status": "active"
            },
            {
                "max_pay_amount": "0.00",
                "min_pay_amount": "0.00",
                "momo_country": [
                    "KE"
                ],
                "momo_currency": "KES",
                "momo_logo": null,
                "momo_network": "mpesa",
                "momo_status": "active"
            },
            {
                "max_pay_amount": "150000.00",
                "min_pay_amount": "1.00",
                "momo_country": [
                    "KE"
                ],
                "momo_currency": "KES",
                "momo_logo": null,
                "momo_network": "airtel",
                "momo_status": "active"
            },
            {
                "max_pay_amount": "300000.00",
                "min_pay_amount": "1.00",
                "momo_country": [
                    "KE"
                ],
                "momo_currency": "KES",
                "momo_logo": null,
                "momo_network": "equitel",
                "momo_status": "active"
            },
            {
                "max_pay_amount": "100.00",
                "min_pay_amount": "1.00",
                "momo_country": [
                    "TZ"
                ],
                "momo_currency": "TZS",
                "momo_logo": null,
                "momo_network": "tigo",
                "momo_status": "active"
            }
        ],
        "message": "Supported mobile money",
        "status": true,
        "status_code": 200
    }

Last updated