Understand Podium in 10 minutes
This page is designed for marketing, product, and growth leaders who want to evaluate Podium quickly: what it does, how it fits into your stack, and the simplest paths to launch loyalty and rewards.
Podium is the incentive layer your stack doesn't have
You keep your existing checkout (Stripe, Shopify). Podium adds a unified points ledger, programmable rewards, and event-driven workflows that marketing teams can actually iterate on.
The workflows you'll ship first
Podium is built around a few repeatable loops. Start with loyalty on one site, then expand to richer reward types and automation.
Example: signup +150, purchase +1 pt per $1, referral +500.
Your backend calls Podium when the action happens.
Read balance from Podium, apply discount in Stripe/Shopify.
Single-site loyalty on Stripe or Shopify
Add points earning and redemption to a single site that already has checkout. Podium is the ledger and the rules engine; you keep your existing payment flow.
- 1User does an actionSignup, visit, purchase, referral, quiz completion.
- 2Your system calls PodiumWrite points to the ledger with metadata for reporting.
- 3User sees pointsRead balance on account page or at checkout.
- 4RedeemApply discount in Stripe/Shopify based on points balance.
- 5Post-purchase loopSend an email/SMS, issue bonus, unlock tier, or mint a reward.
POST https://api.podiumcommerce.xyz/api/v1/user/{id}/points
Authorization: Bearer <api-key>
{
"amount": 150,
"details": {
"reason": "signup_bonus"
}
}GET https://api.podiumcommerce.xyz/api/v1/user/{id}/points
Authorization: Bearer <api-key>Podium returns the user's balance. Your checkout computes the value to apply (example: 100 points = $1.00) and applies it using your existing payment provider.
Rewards that feel like brand experiences
Podium supports rewards as programmable assets, enabling memberships, access control, and benefits that can extend across apps and brands.
Payments stay in your stack
Use Stripe or Shopify like you do today. Podium adds incentives and can also support payment-gated endpoints via x402 for stablecoin flows when needed.
Some endpoints can be protected by x402: call without X-PAYMENT to receive a 402 with payment requirements, then retry with proof.
Turn commerce into an engagement loop
Podium is event-driven: purchases, redemptions, and reward events can fan out to your tooling (ESP, CDP, CRM) without blocking the user experience.
Find the endpoints that matter
This is a curated slice of the API that maps to common buyer questions: earning, redemption, rewards, and commerce settlement.
If you want, we can expand this explorer to ingest the full OpenAPI JSON at build time and auto-render every tag group (Points, Rewards, Orders, Shopify, Stripe, and more) using the same Podium marketing style.
Tenant isolation + standard API ergonomics
Podium enforces tenant separation and uses standard HTTP semantics so enterprise teams can evaluate quickly.
FAQ
Short answers for marketing and product leaders evaluating the platform.
