Local payment methods let customers pay in their local currency through bank transfer, mobile money, or instant EFT. Axra mints deposit instructions, tracks the collection, and credits your merchant wallet in USDC when funds settle.Documentation Index
Fetch the complete documentation index at: https://docs.useaxra.com/llms.txt
Use this file to discover all available pages before exploring further.
Supported countries & rails
| Country | Currency | Rails available | Status |
|---|---|---|---|
| Nigeria | NGN | Bank transfer (instant) | Live |
| South Africa | ZAR | Instant EFT | Live |
| Kenya | KES | Mobile money (M-PESA) | Live |
| Tanzania | TZS | Mobile money, bank | Live |
| Uganda | UGX | Mobile money | Live |
| Rwanda | RWF | Mobile money (MTN) | Live |
| Malawi | MWK | Mobile money | Live |
| Zambia | ZMW | Mobile money, bank | Live |
| Botswana | BWP | Mobile money, bank | Live |
| Cameroon | XAF | Mobile money (MTN, Orange) | Live |
| Ghana, additional CFA franc (XOF) markets, DRC, Ethiopia | GHS, XOF, CDF, ETB | — | Coming soon |
How it works
Create a collection
Call
POST /business/collections from your server, or start a hosted checkout session and let the customer pick a local rail on pay.useaxra.com.Customer pays
Show bank details, trigger a mobile-money prompt, or redirect the customer to an instant-EFT hosted page, depending on the rail.
Integration paths
Hosted Checkout
Redirect customers to pay.useaxra.com — we handle the UI.
Direct API (server-to-server)
Mint deposit instructions from your backend, render them in your own UI.
Settlement model
Every successful collection settles into your USDC wallet through the same canonical payment chain used for cards and crypto. Axra charges a 1% platform fee on local rails, plus the provider fee for the selected channel.Webhooks
Subscribe tocollection.* events to drive fulfillment without polling. See Webhooks for signature verification, retries, and sample payloads for collection.created, collection.processing, collection.completed, collection.failed, and collection.expired.