2026-06-06
Google Wallet support and a unified passes endpoint
- Full Google Wallet support. Every pass you create now installs in both Apple Wallet and Google Wallet, with live push updates that reach both wallets from a single
PUT. - New canonical
POST /api/passesreturns one JSON response with the Google Wallet save URL (googleSaveUrl), the signed Apple pass (applePass), and ashareUrl. -
shareUrlis a hosted, share page at/p/<serial>that shows the right Add to Wallet button on a phone and a QR code to scan on desktop, so you can share a pass without building your own page. - Prefer the raw file? Add
?format=pkpassto stream the binary.pkpassstraight to-o card.pkpass. -
POST /api/pkpassandPUT /api/pkpass/<serial>keep working exactly as before. They will be retired in a future release, so point new integrations at/api/passes. - Read the announcement: One API, Two Wallets.