Check Momo Network Status
This endpoint can be used to check the telco network status
POST {{BASE_URL}}/partner/momo_network_status/
Parameter
Type
Description
Required
Value could be either collection
or payout
{
"country_code":"GH",
"operation_mode":"collection"
}
OK - 200
{
"data": [
{
"country": "GH",
"momo_network": "vodafone",
"operation_mode": "collection",
"operation_status": "operational",
"service_type": "mobile_money"
},
{
"country": "GH",
"momo_network": "mtn",
"operation_mode": "collection",
"operation_status": "operational",
"service_type": "mobile_money"
},
{
"country": "GH",
"momo_network": "airteltigo",
"operation_mode": "collection",
"operation_status": "operational",
"service_type": "mobile_money"
}
],
"message": "network status",
"status": true,
"status_code": 200
}
BAD REQUEST - 400
{
"field_name": "country_code",
"message": "Country code is required",
"status": false,
"status_code": 400
}
N:B - Watch out for the value operational
. Any other value except from that means you can't process any transaction till it changes.