One API for digital passes
Create passes for Apple Wallet and Google Wallet. Push updates, send notifications. Clear docs, working examples, and a single integration.
const response = await fetch( "https://api.platform.getstell.com/v1/passes", { method: "POST", headers: { "Authorization": "Bearer YOUR_API_KEY", "Content-Type": "application/json", }, body: JSON.stringify({ programId: "63068b04-f098-4aaa-a81c-c75e0d577f4b", walletType: "APPLE_WALLET", customer: { email: "customer@example.com", }, }), });
const pass = await response.json();Everything you need to integrate
RESTful APIs, webhooks, and SDKs. Create passes, update content, send notifications, all documented with examples.
RESTful APIs
Modern, well-documented REST APIs that follow industry best practices.
Real-time updates
Update pass content—points, rewards, ticket details, membership status—instantly with a single API call.
Webhooks
Receive real-time notifications when customers interact with their passes.
What you can build
One API for every pass type. Loyalty, tickets, memberships, coupons, all with real-time updates and push notifications.
Loyalty programs
Build loyalty passes that customers actually use. Update points, tiers, and rewards in real-time. Send push notifications for new offers.
Ticketing & events
Create event passes for concerts, sports, conferences, and more. Update seat assignments, add event details, and validate entry with NFC.
Memberships & access
Digital membership passes for gyms, clubs, coworking spaces, and organizations. Grant access, track visits, and manage expiration.
Coupons & offers
Distribute digital coupons that update automatically. Set expiration dates, usage limits, and track redemption rates.

Ship your first pass this week.
Book a demo and get a walkthrough of the API, sandbox access, and answers from the engineers who built it.