Mobile Wallet Integration
Your loyalty card, in every member's wallet
Revlance pushes real-time balance updates to iOS Wallet and Android Wallet passes — members see their current points and tier status without opening an app or logging in.
Balance syncs automatically after every transaction
When a loyalty event is processed, Revlance triggers a pass update webhook to your PassKit or Wallet Objects provider. The member's wallet pass updates silently — no app open required.
// Webhook payload sent to your PassKit endpoint after accrual
{
"event": "pass.update_required",
"pass_type_id": "pass.com.revlance.loyalty",
"serial_number":"RVL-mbr-5F2wTZ9aV8cK1",
"member_id": "mbr_5F2wTZ9aV8cK1",
"updated_fields": {
"points_balance": 4820,
"tier_name": "Gold",
"tier_progress_pct": 74,
"points_to_next_tier": 680
},
"triggered_by": "evt_3Hk9pQR7xL4mN2",
"timestamp": "2026-01-14T14:32:15Z"
}
// Your PassKit server receives this, calls passkit.updatePass()
// Member's wallet card updates silently within seconds
Real-time wallet pass management
Real-Time Balance Push
Every accrual or redemption event triggers an automatic pass update — no batch sync jobs, no daily refresh. The member's wallet card reflects their current balance within seconds of a transaction.
Tier Badge Display
Show the member's current tier on their wallet pass — a Gold or Platinum badge on the pass background that updates automatically when they qualify for a new tier.
iOS Wallet + Android Wallet
Revlance integrates with PassKit (iOS Wallet) and Google Wallet Objects API. One update from Revlance propagates to both platforms — your engineering team doesn't maintain two separate wallet integrations.
Lock-Screen Notifications
Trigger proximity notifications when a member is near a participating location — show their current balance and a reminder of the points they could earn on this visit. Supported via PassKit's location-aware pass features.
Put loyalty in every member's pocket
Mobile wallet passes are available on Growth and Enterprise plans.