Cross-Border Payments in Africa: Technology Breaking Down Barriers

Sending money between African countries is still harder than it should be. Myles Ndlovu has worked on cross-border payment infrastructure and seen firsthand how fragmented the continent’s payment systems are — and how technology is starting to fix that.
The Problem
Africa has 54 countries, 42 currencies, and hundreds of payment systems that don’t talk to each other. Sending money from South Africa to Nigeria often routes through London or New York because there’s no direct payment rail between the two countries.
The result:
- High fees: 8-12% average cost for remittances to Africa (the highest in the world)
- Slow settlement: 2-5 business days for most corridors
- Poor transparency: Senders often don’t know the exchange rate or total fees until the money arrives
- Limited access: Many corridors simply aren’t served by formal channels, pushing people to informal (and risky) alternatives
Why It’s So Hard
Currency Fragmentation
Each country has its own currency with its own exchange rate dynamics. Converting ZAR to NGN requires finding a market maker for that specific pair — or going through USD as an intermediary currency, adding conversion cost.
Regulatory Complexity
Each country has its own regulations around cross-border payments:
- Capital controls (how much can leave the country?)
- KYC requirements (who can send and receive?)
- Reporting obligations (what must be reported to the central bank?)
- Licensing requirements (who can operate a cross-border payment service?)
A company operating in 10 African countries needs to comply with 10 different regulatory frameworks.
Infrastructure Gaps
Many African countries lack real-time domestic payment systems. If the domestic last-mile delivery is slow, the cross-border payment is slow regardless of how fast the international leg is.
Technology Solutions
Digital Payment Corridors
Instead of routing through correspondent banks, fintech companies are building direct digital corridors:
Sender (South Africa)
→ Local collection (bank, card, mobile money)
→ Cross-border platform (handles FX and compliance)
→ Local payout (mobile money, bank, cash pickup)
Receiver (Kenya) By holding liquidity in both currencies, the platform can settle instantly without waiting for interbank transfers.
Pan-African Payment Networks
Several initiatives are building continent-wide payment infrastructure:
PAPSS (Pan-African Payment and Settlement System): Launched by the African Union and Afreximbank, PAPSS enables instant cross-border payments in local currencies across Africa. Instead of routing through USD, payments settle directly between African currencies.
Mobile money interoperability: Operators are partnering to enable cross-border mobile money transfers. An M-Pesa user in Kenya can send to an MTN Mobile Money user in Uganda.
Stablecoin Rails
USD-backed stablecoins are emerging as a cross-border settlement layer:
- Sender converts local currency to USDC
- USDC transfers to the recipient’s country (instant, near-zero cost)
- Recipient converts USDC to local currency
This bypasses the correspondent banking system entirely. The challenge is on-ramp and off-ramp — converting between stablecoins and local currency at scale.
API-First Platforms
Modern cross-border payment platforms expose APIs that let businesses integrate international payments directly:
const payment = await crossBorderAPI.send({
amount: 1000,
sourceCurrency: 'ZAR',
destinationCurrency: 'KES',
recipient: {
mobileNumber: '+254700000000',
provider: 'mpesa'
},
purpose: 'family_support'
});
// Returns: exchange rate, fees, estimated arrival time Businesses don’t need to build payment infrastructure — they just call an API.
The Role of Data
Cross-border payments generate valuable data:
Pricing optimisation: Real-time data on corridor volumes and FX rates helps platforms offer competitive pricing.
Risk management: Transaction patterns help identify fraud and money laundering across borders.
Market intelligence: Aggregated payment flows reveal trade and remittance patterns that inform business strategy.
Regulatory Progress
African regulators are slowly creating frameworks that enable innovation:
- The AfCFTA (African Continental Free Trade Area) is pushing for harmonised payment regulations
- Several countries are creating regulatory sandboxes for fintech experimentation
- Central banks are collaborating on interoperability standards
What Still Needs to Happen
- Real-time domestic payment systems in more countries — you can’t do real-time cross-border if the last mile is slow
- Regulatory harmonisation — at minimum, common KYC standards and data-sharing agreements
- FX market depth — more liquidity in African currency pairs to reduce conversion costs
- Last-mile diversity — recipients need options beyond cash pickup: mobile money, bank accounts, cards
The Opportunity
Africa’s cross-border payment market is estimated at $15-20 billion in annual fees. Much of that is ripe for disruption by platforms that offer faster, cheaper, more transparent alternatives.
The infrastructure is being built. The regulatory environment is improving. The demand is massive. Cross-border payments in Africa will look fundamentally different in five years.
Myles Ndlovu builds algorithmic trading engines, crypto platforms, and payment infrastructure for emerging markets. Read more about Myles or get in touch.