Get Mobile Money Providers
This is to get mobile money providers of each country
Mobile Money Providers
Get the available mobile money operators of a country
GET
https://exchanger-api.fuspay.finance/api/v1/no-auth/PartnerP2P/MobileMoney/
Headers
Name
Type
Description
Content-Type
String
application/json
{
"ghana": {
"Country": "Ghana",
"list": [
{
"name": "MTN",
"code": "MTN"
},
{
"name": "Vodacom",
"code": "VOD"
},
{
"name": "Airtel Money",
"code": "ATM"
}
]
},
"kenya": {
"Country": "Kenya",
"list": [
{
"name": "MPESA (Safaricom)",
"code": "MPESA"
}
]
},
"uganda": {
"Country": "Uganda",
"list": [
{
"name": "MTN",
"code": "MTN"
},
{
"name": "Airtel Money",
"code": "ATM"
},
{
"name": "Warid Pesa",
"code": "WARID"
},
{
"name": "Orange money",
"code": "ORANGE"
}
]
}
}
Last updated