Skip to main content
Use this page as the source of truth for which payment methods (method), providers (provider), and markets Dollr supports. Enum values and routing can change — check the OpenAPI spec and Predictions API before going live. Provider vs methodprovider is the routing network (PAWAPAY, STRIPE, PLATFORM). method is the instrument (MTN_MOMO_LBR, CREDIT_CARD, etc.). Both appear on executions and payment accounts.

Method matrix

MarketCountry codeMethod (enum)ProviderTypical use
LiberiaLRMTN_MOMO_LBRPAWAPAYCollections & payouts via MTN MoMo
LiberiaLRORANGE_MONEY_LBRPAWAPAYCollections & payouts via Orange Money
RwandaRWAIRTEL_RWAPAWAPAYCollections & payouts via Airtel Money
RwandaRWMTN_MOMO_RWAPAWAPAYCollections & payouts via MTN MoMo
RwandaRWORANGE_MONEY_RWAPAWAPAYCollections & payouts via Orange Money
InternationalCREDIT_CARDSTRIPECard checkout (customer not required to have MoMo)
PlatformWALLETPLATFORMInternal Dollr wallet transfers

Detecting the right mobile money method

Before creating a payment account or execution, detect the wallet operator from the payer phone number:
GET /v1/predictions/mmo-provider-info?phone={e164_without_plus}&operation_type=COLLECTION
Use the returned method and provider in POST /v1/payment-accounts/create and collection executions. See Predictions and Try in API Reference: MMO provider.

Currencies & amounts

  • Send currency as ISO 4217 uppercase (e.g. USD, LRD).
  • Amounts are positive numbers; minimum 0.01 for decimals, 1 for integers unless your fee tier specifies otherwise.
  • Preview totals and fees with Predict amount and fees before executing.

Operations by method

OperationMoMo (PAWAPAY)Card (STRIPE)Wallet (PLATFORM)
CollectionYesYesN/A (use wallet transfer)
PayoutYesPer merchant setupYes
TransferVia wallet / platform rulesYes
RefundPer original transaction methodPer card rulesPer platform rules

Onboarding by market

Merchant verification requirements differ by country (e.g. Liberia sole proprietorship vs registered business). See Overview for document checklists. Until verification completes, some features (payouts, API keys, refunds) may be restricted.
Last modified on May 22, 2026