Skip to main content
Use this page to choose the correct country_code, currency, rail_type, and operator_code when creating quotes, payins, payouts, and transfers.
Platform coverage can differ from the operators enabled on your merchant account. Confirm your account routing before going live.

Supported countries

Countrycountry_codeRegionCurrency
CameroonCMCentral AfricaXAF
SenegalSNWest AfricaXOF
BeninBJWest AfricaXOF
TogoTGWest AfricaXOF
Cote d’IvoireCIWest AfricaXOF

Mobile money operators

All operators listed here use:
FieldValue
rail_typemobile_money
Amount formatDecimal string, for example "10000"
Country formatISO 3166-1 alpha-2
Currency formatISO 4217

Cameroon

XAF mobile money operators.

Senegal

XOF mobile money operators.

Benin

XOF mobile money operators.

Togo

XOF mobile money operators.

Cote d'Ivoire

XOF mobile money operators.

Cameroon

OperatorDisplay nameoperator_codeCurrency
MTN CameroonMTN Mobile MoneyCM_MTN_MOMOXAF
Orange CameroonOrange MoneyCM_ORANGE_MOMOXAF

Senegal

OperatorDisplay nameoperator_codeCurrency
Orange SenegalOrange MoneySN_ORANGE_MOMOXOF
Free Money SenegalFree MoneySN_FREE_MOMOXOF
Expresso SenegalExpresso MoneySN_EXPRESSO_MOMOXOF

Benin

OperatorDisplay nameoperator_codeCurrency
MTN BeninMTN Mobile MoneyBJ_MTN_MOMOXOF
Moov BeninMoov MoneyBJ_MOOV_MOMOXOF

Togo

OperatorDisplay nameoperator_codeCurrency
T Money TogoT MoneyTG_T_MONEY_MOMOXOF

Cote d’Ivoire

OperatorDisplay nameoperator_codeCurrency
MTN Cote d’IvoireMTN MoMoCI_MTN_MOMOXOF
Orange Cote d’IvoireOrange MoneyCI_ORANGE_MOMOXOF
Moov Cote d’IvoireMoov MoneyCI_MOOV_MOMOXOF
Wave Cote d’IvoireWave Mobile MoneyCI_WAVE_MOMOXOF

Usage

Quote and payment requests must use matching country, currency, rail, and operator values.
{
  "country_code": "CM",
  "operator_code": "CM_MTN_MOMO",
  "rail_type": "mobile_money",
  "send_amount": "10000",
  "send_currency": "XAF"
}
For transfer quotes, use source and destination operator codes:
{
  "corridor_code": "CM-CI-XAF-XOF",
  "payer_operator_code": "CM_MTN_MOMO",
  "recipient_operator_code": "CI_ORANGE_MOMO",
  "payin_amount": "100000",
  "payin_currency": "XAF",
  "payout_currency": "XOF"
}
Last modified on July 9, 2026