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 method — provider 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
Detecting the right mobile money method
Before creating a payment account or execution, detect the wallet operator from the payer phone number:
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
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