← All posts
June 20, 20265 min read

Part 2 of 2 in Notes from the Grassfields

How Cameroonian developers actually get paid

If you build software from Cameroon and work with clients abroad, you hit a wall that has nothing to do with your skills. Getting the money is harder than earning it. This is the practical companion to my broader post on the challenges. Less philosophy, more here is what actually works.

A disclaimer up front. I am an engineer, not a financial advisor, and the rules shift constantly. Treat this as a map of the terrain, not tax advice.

Personally, I get paid two ways: wire transfers and crypto. Crypto is fast, which I like, but it punishes mistakes. I have lost money sending a transfer on the wrong network. One wrong setting and it is gone, with nobody to call. That single lesson is why I now triple check every address and every chain. So before anything else, know this: the tooling is unforgiving, and the cost of a mistake lands entirely on you.

Why the obvious options don't work

Stripe. The default payment rails for a huge chunk of the internet, and largely closed to us. Stripe operates in only a handful of African countries (mostly South Africa and Kenya), and it requires a bank account in a country where it operates to pay you out. Even Nigeria, which sits in Stripe's "extended network" through Paystack, can collect payments but cannot receive Stripe payouts to a local bank account. Cameroon is not in the club at all.

PayPal. It "supports" 200+ countries, which sounds great until you read the fine print. Not all of them can withdraw a balance in USD or EUR to a local bank. For many of us PayPal is a roach motel. Money checks in, but getting it out in spendable local currency means jumping to yet another service.

The intermediary trap. So people route through a middleman who has a foreign account. It works, but you pay for it twice. A chunk vanishes in fees, and 10% is realistic once everyone has taken their cut, and the rest lands late at an exchange rate that quietly shaves off more. You earned $1,000 and somehow $1,150 of effort produced $850 of spendable money.

What people actually use

Here is the stack that works in practice, roughly in order of how often I see it.

Payoneer

The workhorse for African freelancers. It gives you receiving accounts in USD, EUR, GBP and others, integrates with marketplaces (Upwork, Fiverr) and many direct clients, and lets you withdraw to a local bank or spend via its card. Fees are not zero, but they are predictable, and after the intermediary lottery that feels like a luxury.

Wise (formerly TransferWise)

Great when a client is willing to send a normal bank transfer. You receive in USD, EUR or GBP, convert at the real mid-market rate with low, transparent fees, and move it onward. The catch is regional. Receiving-account availability and local withdrawal options vary, so confirm what is actually open for Cameroon before you promise a client this route.

Mobile Money (MTN MoMo, Orange Money)

This is the local backbone, how money actually moves between people here. You rarely receive international income directly into MoMo, but it is almost always the last mile. Payoneer, Wise or a USD balance goes to a local bank or agent, then to MoMo, then into your daily life. With about 93% of the population on mobile connections and a growing fintech sector, MoMo is the rail you touch every single day even if it is not where the dollars first land.

Stablecoins (USDT / USDC)

The fast-growing escape hatch, and one of the two ways I get paid. A dollar-pegged stablecoin moves at internet speed, ignores the banking gatekeepers, and lets a client pay you in minutes instead of days. The trade-off is real. You take on the friction and risk of getting money in and out (usually via a local exchange or P2P), you have to be disciplined about security, and you have to respect that one wrong network turns a payment into a donation to nobody. Used carefully, it solves the exact problem the traditional rails create. Used carelessly, it creates new ones.

A workable setup

If I were starting from zero today, I would build it like this:

  1. Open Payoneer. Your primary way to receive from marketplaces and most direct clients.
  2. Add Wise. For clients who prefer a clean bank transfer and a great rate.
  3. Keep Mobile Money ready. Your last mile into local spending, no matter where the money originates.
  4. Learn stablecoins as a fallback. For the client who needs to pay now, or when the traditional routes are being difficult.

Spread across two or three of these and no single failure point can hold your income hostage. That redundancy is not paranoia. It is the same instinct that makes you put a service behind a load balancer.

The point

None of this is in a bootcamp syllabus, and none of it makes you a better programmer. But if you build from here, your payment stack is part of your tech stack. Treat it with the same seriousness. Design it once, make it resilient, and get back to the work you actually love.


Have a payment war story, a fee that stung or a setup that finally worked? I am collecting these for the series. Share yours here.

Comments

Comments are reviewed before they appear.