Now supporting Samsung Wallet
Digital Card Infrastructure for Scale
Create, distribute, and manage digital wallet passes at enterprise scale. Power gift cards, loyalty programs, and membership cards across Apple, Google, and Samsung Wallets.
10M+ cards issued
Trusted by 500+ businessesACCESS PASS
REWARDS CARD
Points Balance
2,450
GIFT CARD
Balance
R500.00
**** 4829
Wallet
Gift Card
R500.00
Rewards
2,450 pts
Access Pass
Valid
Enterprise Features
Everything you need to build, manage, and scale digital card programs for your business.
Visual Card Designer
Build beautiful digital cards with our drag-and-drop template builder. Add logos, colors, barcodes, QR codes, and dynamic fields.
Powerful API
Full REST API for card creation, updates, distribution, and validation. Comprehensive documentation and SDKs available.
Analytics Dashboard
Track card saves, opens, scans, and redemptions. Get insights into customer engagement and program performance.
Real-time Webhooks
Event-driven integrations for card created, updated, redeemed, and expired events. React in real time to customer actions.
Multi-Wallet Support
Distribute cards compatible with Apple Wallet, Google Wallet, and Samsung Wallet from a single API.
Dynamic Updates
Push real-time updates to issued cards. Update points balances, gift card values, and status changes instantly.
One Platform, Every Card Type
Our modular card platform supports any card type your business needs. Configure and customize for your specific use case.
Built for Developers
Integrate over HTTPS with versioned REST endpoints. Create passes, manage lifecycles, validate redemptions, and register webhooks with standard tools—curl, fetch, or your stack of choice. Full reference in the docs.
# Issue a pass from a template (POST /v1/snap)curl -X POST "${API}/v1/snap" \ -H 'Content-Type: application/json' \ -H 'Accept: application/json' \ -d '{ "fullName": "Jane Doe", "phoneNumber": "27123456789", "passId": "PASS_TEMPLATE_UUID", "type": "apple" }'