Stay organized with collections
Save and categorize content based on your preferences.
Once you've created a pass and encoded it in a signed JWT, you are ready to issue it anywhere that the 'Add to Google Wallet' link is supported. To do this, you will present your user with an 'Add to Google Wallet' button or a hyperlink, which will save the pass to their Google Wallet once they tap it. Examples of where you might use this method include websites, email, SMS, and more.
Prerequisites
Before you try to issue a pass, be sure you do the following:
Encode your Passes Class and Passes Object in a JWT.
Sign your JWT with your Google Cloud service account key.
1. Create an 'Add to Google Wallet' link
Issuing a pass with an 'Google Wallet' link adds the Passes Object to a user's Google Wallet, and can only be initiated in the context of a logged-in Google identity.
For more information on how to create the signed JWT needed to create an 'Add to Google Wallet' link, see Working with JSON Web Tokens.
2. (Recommended) Use the 'Add to Google Wallet' button
For any surfaces that support hyperlinking images, such as websites and email, it is recommended to present the 'Add to Google Wallet' link to your users with an 'Add to Google Wallet' button. For Google Wallet users, the button is a familiar prompt that is recognizable as a way to initiate adding a pass to their Google Wallet.
Image assets are available to download in a variety of orientations and languages to support your Google Wallet API integration.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-20 UTC."],[[["Issue passes to users through an 'Add to Google Wallet' link, which can be embedded in various platforms like websites, emails, and SMS."],["This link contains an encoded and signed JWT representing the pass data."],["It's recommended to use the 'Add to Google Wallet' button (with provided assets) to enhance user experience and recognition."],["Before issuing passes, ensure completion of onboarding, class and object creation, JWT encoding, and signing."],["Demo passes will have \"[TEST ONLY]\" in the title until publishing access is granted."]]],["To issue a pass, first ensure you've completed onboarding, created pass classes and objects, and encoded/signed them in a JWT. Then, generate an 'Add to Google Wallet' link containing the signed JWT. This link, usable in websites, email, or SMS, allows users to save the pass to their Google Wallet. For visual consistency, use the official 'Add to Google Wallet' button when hyperlinking is available. Demo passes will have \"[TEST ONLY]\" in their titles until publishing access is granted.\n"]]