Check Momo Network Status

This endpoint can be used to check the telco network status

POST {{BASE_URL}}/partner/momo_network_status/

ParameterTypeDescriptionRequired

country_code

string

ISO 3166-1 alpha-2 code.

true

operation_mode

string

Value could be either collection or payout

true

{
   "country_code":"GH",
   "operation_mode":"collection"
}

N:B - Watch out for the value operational. Any other value except from that means you can't process any transaction till it changes.

Last updated