Get supported countries

- Url: /api/v1/lookup/get-support-country
- Method: GET
- Authorization: Bearer + access_token

Example response:

{
    "statusCode": 200,
    "data": [
        {
            "countryCode": "CM",
            "currencyCode": "XAF",
            "countryName": "Cameroon",
            "countryFlag": "https://netwalletpay.com/img/flags/Cameroon-128.png"
        },
        {
            "countryCode": "UG",
            "currencyCode": "UGX",
            "countryName": "Uganda",
            "countryFlag": "https://netwalletpay.com/img/flags/Uganda-128.png"
        },
        {
            "countryCode": "KE",
            "currencyCode": "KES",
            "countryName": "Kenya",
            "countryFlag": "https://netwalletpay.com/img/flags/Kenya-128.png"
        },
        {
            "countryCode": "TZ",
            "currencyCode": "TZS",
            "countryName": "Tanzania",
            "countryFlag": "https://netwalletpay.com/img/flags/Tanzania-128.png"
        },
        {
            "countryCode": "RW",
            "currencyCode": "RWF",
            "countryName": "Rwanda",
            "countryFlag": "https://netwalletpay.com/img/flags/Rwanda-128.png"
        },
        {
            "countryCode": "BI",
            "currencyCode": "BIF",
            "countryName": "Burundi",
            "countryFlag": "https://netwalletpay.com/img/flags/Burundi-128.png"
        },
        {
            "countryCode": "GH",
            "currencyCode": "GHS",
            "countryName": "Ghana",
            "countryFlag": "https://netwalletpay.com/img/flags/Ghana-128.png"
        },
        {
            "countryCode": "ZM",
            "currencyCode": "ZMW",
            "countryName": "Zambia",
            "countryFlag": "https://netwalletpay.com/img/flags/Zambia-128.png"
        },
        {
            "countryCode": "GQ",
            "currencyCode": "XAF",
            "countryName": "Equatorial Guinea",
            "countryFlag": "https://netwalletpay.com/img/flags/Equatorial_Guinea-128.png"
        },
        {
            "countryCode": "MY",
            "currencyCode": "MYR",
            "countryName": "Malaysia",
            "countryFlag": "https://netwalletpay.com/img/flags/Malaysia-128.png"
        }
    ],
    "message": null
}

Last updated