Build Digital Pass Experiences
Create digital passes for loyalty cards, tickets, memberships, and more with our developer-friendly APIs. Update passes in real-time, send push notifications, and integrate with your existing systems—all through a single platform.
create-pass.ts
types.ts
package.json
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: "prg_abc123", walletType: "APPLE_WALLET", customerInfo: { email: "customer@example.com", }, }), });
const pass = await response.json();Developer Portal
Build with Confidence
Access our comprehensive API documentation to integrate Stell's powerful digital pass platform into your systems. Build seamless contactless experiences with our developer-friendly APIs.
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.