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 cards that customers actually use. Update points, tiers, and rewards in real-time. Send push notifications for new offers.
Ticketing & Events
Create tickets for concerts, sports, conferences, and more. Update seat assignments, add event details, and validate entry with NFC.
Memberships & Access
Digital membership cards 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.