Skip to content
Loyalty Club PLC
TEDS wallet & funding

Topping up your TEDS wallet

Buy TEDS packages from the Purchase TEDS page when your wallet runs low.

2 min readUpdated 1 May 2026

When your TEDS wallet runs low — or before it does — top up via the Purchase TEDS page.

Where to top up

From the portal sidebar: TEDS → Purchase TEDS, or directly at /teds/purchase.

The page is the central place for buying TEDS for your wallet.

Picking a package

The packages available aren’t hardcoded — they’re fetched from the backend dynamically each time you load the page. So the exact amounts and prices you see depend on what’s currently offered.

The page highlights one package as "most popular" (currently the middle option of three, by default) but you can pick any.

Buying

  1. 01
    Select a package

    Tap a package card. It becomes selected.

  2. 02
    Confirm

    The Confirm Purchase action opens.

  3. 03
    Pay

    Payment is processed via the payment service (processTEDSPayment).

  4. 04
    Done

    The new TEDS appear in your wallet on successful payment.

Why top up at all

Customers can convert stamps or completed rewards into TEDS, paid out from your wallet. If the wallet is too low to cover an exchange, the transaction enters a pending state. Topping up clears those pending exchanges.

For the longer explanation see Understanding TEDS as a partner.

How much to top up

A useful working rule: keep enough TEDS in your wallet to cover the value of any rewards your customers might exchange in the next couple of weeks. There’s no automated minimum balance enforced; the wallet just enters the pending state if it dips too low.

What we don’t document at v1

  • Exact package prices and TEDS amounts — dynamic per backend.
  • Stripe vs Square for TEDS purchase — the audited code uses processTEDSPayment without revealing which provider; check the page when you go to pay.

In one sentence

/teds/purchase → pick a package (dynamically fetched) → confirm → pay → TEDS land in your wallet.

Was this helpful?

Related articles