Recurring payments on rails that store no card

2 min readLast updated 16 September 2026 Read as plain text

Subscriptions work differently on mobile money, and pretending otherwise is how businesses lose members quietly.

On cards, a subscription is easy to describe: the network keeps the card on file and you charge it every month. African mobile money networks keep nothing on file. There is no stored instrument to charge.

So a mobile money subscription sends a fresh prompt each cycle, and the customer approves it on their phone, exactly as they did the first time.

What that changes

  • Timing matters. A prompt that arrives at a bad moment is declined out of caution, not out of intent to cancel.
  • Warning works. Telling somebody the day before that a charge is coming raises approval rates noticeably.
  • Silence is expensive. A member who forgot they subscribed and gets an unexplained prompt will decline and then complain.

Card and PayPal plans still auto-charge

If your customer pays by card or PayPal, the subscription behaves the way you expect: it charges itself without the customer doing anything. The same plan in Ultraner can have customers on both kinds of rail, and each behaves according to its own.

What to do about a missed cycle

A missed payment on mobile money is usually a missed prompt, not a decision. The customer was in a meeting, the handset was off, the balance was short that morning. Treating it as churn loses people who never meant to leave.

A grace period with a reminder recovers most of them. Keep it shorter than the billing interval: a monthly plan with six weeks of grace is not a subscription, it is a gift.

  • Warn before the charge, not only after it fails.
  • Retry on a schedule the customer can predict, rather than repeatedly within an hour.
  • Say what happens at the end of the grace period, before it arrives.

Let people leave

Every recurring plan gets a public page where the customer can view, pause or cancel without an account and without emailing you. This feels like it costs money and does the opposite: people subscribe far more readily when leaving is visibly easy, and a customer who can cancel does not dispute the charge instead.

Cancelling at the end of the period, rather than immediately, is the gentler default where the rail supports it: the customer keeps what they paid for, and quite often resumes before it lapses.

One plan, two kinds of rail

The same plan can carry customers on mobile money and customers on cards at the same time. They behave differently, and neither is the exception. Write your customer communication for the rail the customer is actually on.