Skip to content
Loyalty infrastructure, simplified

Make every visit count.

One beautifully simple loyalty layer for stamps, points, and rewards—ready for every customer experience you build.

Stamps + points API first Multi-program
One loyalty layer for
Point of saleOn-demand appsMembershipsCommerceCustomer apps
01 / Platform

One ledger.
Every experience.

Stamps sits quietly between your customer-facing tools and your loyalty data, so every balance stays consistent wherever customers show up.

Universal layer

Connect once.
Reward everywhere.

POS, mobile, web, kiosks, and memberships all speak to the same dependable loyalty source.

Flexible programs

Stamps. Points. Both.

Shape each loyalty program around the behavior you want to encourage.

Built for trust

Clean, accountable balances.

Idempotent transactions and an append-only activity trail protect every credit and debit.

Scoped program tokens Idempotent operations Full activity history
02 / How it works

From idea to loyalty
in three clear moves.

01

Create the program

Choose stamps, points, or both. Set the earning rules and reward logic around your business.

02

Connect any channel

Give every program its own token, then connect your POS, app, kiosk, or membership flow.

03

Reward every visit

Credit and debit balances through one idempotent API while Stamps keeps a clean activity ledger.

credit-member.ts Live
await fetch("/api/v1/programs/coffee/members/ana/credit", {
  method: "POST",
  headers: { Authorization: "Bearer org_live_••••" },
  body: JSON.stringify({
    amount: 1,
    idempotencyKey: "order_8421"
  })
});
200 OK{ "balance": 8 }
03 / Developers

A small API with a big reach.

Keep business logic in your products. Let Stamps handle program balances, member records, and the ledger behind them.

  • One source of truth across every connected channel.
  • Predictable REST endpoints for credit, debit, and balance.
  • Scoped credentials for organizations and programs.
Built for what comes next

Turn routine visits into
lasting relationships.

A flexible loyalty foundation for the experiences your organization already runs—and the ones you have not built yet.