3mint
  • 👋Welcome to 3mint
  • 💻3mint Platform
    • Introduction
    • Deploy a contract
    • Upload your NFT data
    • Create checkout links
    • Add customers
    • Monitor your links
  • ⌨️Developer Guides
    • Introduction
    • Contracts
      • Contract Architecture
      • End-to-end Example
    • Mint
      • How To
      • End-to-end Example
      • Code Snippets
    • Wallets
      • End-to-end Example
      • Mobile Pass
        • Creating Passes
    • Token Gating
      • End-to-end Example
      • Code Snippets
  • 📖API Reference
    • Overview
    • Contracts
      • Deploy Contract
      • Get Contract
    • Collectibles
      • Get All Templates
      • Mint Collectible
    • Wallets
      • Create Wallet
      • Get Wallet
    • Customers
      • Create Customer
      • Get Customer
      • Delete Customer
    • Claim Links
      • Create Link
      • Update Link
    • Token Gating
      • Create Gate
  • ❓FAQ
    • Web3 101
    • Platform
Powered by GitBook
On this page
  1. Developer Guides
  2. Wallets

Mobile Pass

3mint offers a user-friendly platform that enables the issuance of digital passes specifically tailored for Apple and Google Wallet.

Mobile passes for Apple and Google Wallet can be linked to either a crypto wallet or an NFT, which allows for a broad range of use cases, such as in-person offers, tickets, and reservations. The provided API endpoints for generating and validating passes enables you to communicate with users through location-based notifications and real-time updates. Additionally, for passes linked to NFTs, we monitor ownership changes through token transfer events and cancel passes if an NFT is transferred.

Our top priority is security and safety, and we do not monitor any user data. Although we allow passes to send location or date-based push notifications, this feature interacts directly with the Apple Wallet and Google Wallet APIs, and we do not have access to any user information.

PreviousEnd-to-end ExampleNextCreating Passes

Last updated 2 years ago

⌨️