संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
जेनरिक पास का इस्तेमाल तब किया जा सकता है, जब इस्तेमाल का उदाहरण, पहले से तय किए गए किसी भी दूसरे पास में फ़िट नहीं होता. दूसरे पास में, खास तौर पर इस्तेमाल के लिए बने फ़ील्ड और
जैसे कि टिकट, लॉयल्टी कार्ड, और ऑफ़र की सुविधाएं होती हैं.
जेनरिक पास को इस तरह डिज़ाइन किया गया है कि इसकी मदद से कई तरह के कामों में आसानी हो
और उसमें कस्टम लेबल और वैल्यू तय किए जा सकें.
इस्तेमाल के उदाहरण
यहां कुछ उदाहरण दिए गए हैं. इनमें बताया गया है कि जेनरिक पास टाइप की मदद से क्या-क्या किया जा सकता है:
पार्किंग पास
लाइब्रेरी कार्ड
सदस्यता कार्ड
बीमा कार्ड
बुकिंग की पुष्टि
ग्राहक की, प्री-स्क्रीन पुष्टि करने के लिए कोड
ऐसे पास जिनमें संवेदनशील जानकारी होती है
कुछ ऐसे मामले हो सकते हैं जिनमें आपके पास या इस्तेमाल के उदाहरण में संवेदनशील जानकारी हो सकती है.
जैसे, व्यक्तिगत पहचान से जुड़ी जानकारी (पीआईआई) और स्वास्थ्य की जानकारी से जुड़ा डेटा. इन स्थितियों में, जेनरिक निजी पास टाइप, पहले से मंज़ूर किए गए इस्तेमाल के मामलों में उपलब्ध है. ज़्यादा जानकारी के लिए, जेनरिक निजी पास के दस्तावेज़ और उचित इस्तेमाल की नीति (AUP) देखें.
इन प्लैटफ़ॉर्म पर चलाया जा सकता है
Google Wallet API की मदद से, उपयोगकर्ताओं के लिए पास जारी किए जा सकते हैं, ताकि वे Android ऐप्लिकेशन के साथ-साथ, हर उस जगह पर Google Wallet में सेव कर सकें जहां पर हाइपरलिंक काम करते हैं, जैसे कि वेबसाइट, ईमेल, और एसएमएस.
एपीआई और SDK टूल
Google Wallet API, REST API और Android SDK की सुविधा देता है, जिनकी मदद से पास तेज़ी और आसानी से जारी किए जा सकते हैं और उन्हें मैनेज किया जा सकता है.
वेब, ईमेल या एसएमएस जैसे प्लैटफ़ॉर्म पर पास जारी करने के लिए, हमारा सुझाव है कि आप Google Wallet REST API का इस्तेमाल करें. एपीआई, एंडपॉइंट का एक सेट उपलब्ध कराता है. इसकी मदद से, पास के अलग-अलग कॉम्पोनेंट बनाए जा सकते हैं, उन्हें वापस पाया जा सकता है, और अपडेट किया जा सकता है.
किसी Android ऐप्लिकेशन में पास जारी करने के लिए, हमारा सुझाव है कि आप Google Wallet के Android SDK टूल का इस्तेमाल करें. SDK टूल की मदद से, मोबाइल ऐप्लिकेशन में Google Wallet API को आसानी से इंटिग्रेट करने के लिए, नेटिव कोड का इस्तेमाल करके कई तरह के तरीके उपलब्ध कराए गए हैं.
ध्यान दें: Google Wallet API में पास जारी करने के लिए, Google Wallet REST API या Google Wallet के Android SDK टूल का इस्तेमाल करना ज़रूरी नहीं है. हालांकि, हम इसे इस्तेमाल करने का सुझाव देते हैं. REST API या Android SDK का इस्तेमाल किए बिना, पास जारी करने के बारे में ज़्यादा जानकारी के लिए, JWT में पास ऑब्जेक्ट और पास क्लास बनाना लेख पढ़ें.
ज़रूरी शर्तें
Google Wallet API में पास जारी करने के लिए, आपको पहले ये काम करने होंगे:
Google Wallet API के साथ काम शुरू करने से पहले, इन उपयोगी लेखों को पढ़ें. इनसे आपको बुनियादी सुविधाओं और शब्दावली के बारे में पता चलेगा.
मुख्य सिद्धांत और शब्दावली: यह लेख आपको उन सभी अहम शर्तों और सुविधाओं के बारे में बताएगा जिनकी ज़रूरत आपको Google Wallet API के साथ काम करने के लिए होगी.
पास क्लास और ऑब्जेक्ट की खास जानकारी: अपने उपयोगकर्ताओं को जारी किए गए पास, पास क्लास को पास ऑब्जेक्ट के साथ जोड़कर बनाए जाते हैं. इस लेख में आपको इन दोनों सिद्धांतों के बारे में जानकारी मिलेगी. साथ ही, यह भी बताया गया है कि पास बनाने में इनका इस्तेमाल कैसे किया जाता है.
Google Wallet में पास की जानकारी जोड़ने के लिए, बिना गाइड के कोड लैब
आपको ज़रूरी चरणों के बारे में जानकारी देते हैं. अगर आपके लागू करने की प्रक्रिया सिर्फ़ Android डिवाइस पर होगी, तो शुरू करने के लिए "Android" चुनें.
अगर आपके डिवाइस पर Android, वेब, ईमेल या एसएमएस काम करता है, तो "वेब" चुनें.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2025-08-17 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eThe Generic Pass is a versatile pass type in Google Wallet, suitable for various use cases beyond standard tickets or loyalty cards, allowing custom data through defined labels and values.\u003c/p\u003e\n"],["\u003cp\u003eSensitive information like PII should be handled using the Generic Private pass type, with pre-approval needed for specific use cases.\u003c/p\u003e\n"],["\u003cp\u003eGoogle Wallet API enables pass creation and management across Android, web, and messaging platforms through REST API and Android SDK.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers need a Google Wallet API Issuer Account, along with a Google Cloud Account (non-Android) or Google Play Services setup (Android).\u003c/p\u003e\n"],["\u003cp\u003eGoogle offers resources like codelabs, a pass builder tool, and GitHub repositories to help developers integrate and utilize the Google Wallet API effectively.\u003c/p\u003e\n"]]],["The Generic Pass in Google Wallet supports diverse purposes with custom labels and values, such as parking, library, or membership cards. For sensitive data, there's a Generic Private pass option. Passes can be issued across platforms, using the REST API for web, email, or SMS, and the Android SDK for Android apps. Issuers need a Google Wallet API account; non-Android developers also need a Google Cloud account. Key resources include codelabs, a pass builder, and the Google Wallet GitHub.\n"],null,["The Generic Pass is available for when your use case doesn't fit into any of the\nother predefined pass types. Unlike other passes that include fields and features\nthat are specific to a use case, such as tickets, loyalty cards, and offers, the\nGeneric Pass is intended to be flexible enough to support a variety of purposes\nby providing fields where you can define custom labels and values.\n\nExample use cases\n\nThe following are just a few examples of what you can do with the Generic pass\ntype:\n\n- Parking passes\n- Library cards\n- Membership cards\n- Insurance cards\n- Reservation confirmations\n- Customer pre-screen confirmation codes\n\nPasses that include sensitive information\n\nThere are cases where your pass or use case may involve sensitive information,\nsuch as personally identifiable information (PII) and health data. For these\nscenarios, the Generic Private pass type is available for pre-approved use\ncases. For more information, see the [Generic Private Pass documentation](/wallet/generic-private-pass)\nand the [Acceptable Use Policy (AUP)](https://payments.developers.google.com/terms/aup#sensitive-data).\n\nSupported platforms\n\nWith the Google Wallet API, you can issue passes for your users to save in their Google Wallet across multiple platforms, including Android apps, and anywhere hyperlinks are supported, such as websites, email, and SMS messages.\n\nAPIs \\& SDKs\n\nThe Google Wallet API offers a REST API and an Android SDK to help you issue and manage your passes quickly and easily.\n\n- [Google Wallet REST API](/wallet/generic/web/prerequisites) \n\n To issue passes on platforms such as the Web, email, or SMS, we recommend you use the Google Wallet REST API. The API provides a set of endpoints that let you create, retrieve, and update the various components of passes.\n- [Google Wallet Android SDK](/wallet/generic/android/prerequisites) \n\n To issue passes in an Android app, we recommend you use the Google Wallet Android SDK. The SDK provides a variety of convenience methods that make it easy to integrate the Google Wallet API into your mobile apps using native code.\n\nNote: Using the Google Wallet REST API or Google Wallet Android SDK is not required to issue passes with the Google Wallet API, but are strongly recommended. For more information on issuing passes without using the REST API or Android SDK, see [Creating Passes Objects and Passes Classes in the JWT](https://developers.google.com/wallet/retail/offers/overview/add-to-google-wallet-flow#creating-passes-objects-and-passes-classes-in-the-jwt).\n\nRequirements To issue passes with the Google Wallet API, you will first need to do the following:\n\n- Create a [Google Wallet API Issuer account](/wallet/generic/getting-started/issuer-onboarding).\n- Non-Android developers: Create a [Google Cloud account](https://console.cloud.google.com/freetrial).\n- Android developers: [Set up Google Play services.](/android/guides/setup)\n\nGetting started with the Google Wallet API Before you start working with the Google Wallet API, take a look at these useful articles that will familiarize you with the basic features and terminology.\n\n- [Key concepts and terminology](/wallet/generic/resources/terminology): This article will familiarize you with all the important terms and features you will need to work with the Google Wallet API.\n- [Passes Classes and Objects overview](/wallet/generic/overview/how-classes-objects-work): Passes that you issue to your users are created by combining a Passes Class with a Passes Objects. This article will familiarize you with both of these concepts, and how they are used to create passes.\n- [Google Wallet pass development flow](/wallet/generic/overview/add-to-google-wallet-flow): This article provides an end-to-end overview of all of the steps needed to create a pass with the Google Wallet API from start to finish.\n\nTools \\& resources\n\n- **Codelabs** \n\n\n Self-guided codelabs walk you through the necessary steps to add a pass\n to Google Wallet. To get started, choose \"Android\" if your implementation will be on Android devices\n only and choose \"Web\" if your implementation supports Android, Web, Email or SMS.\n\n\n [Android](https://g.co/wallet/android-codelab)\n [Web](https://g.co/wallet/web-codelab)\n- **Pass builder** \n\n Build your first pass visually with the [pass builder](/wallet/generic/resources/pass-builder) tool, and automatically generate the JSON you need to create the pass with the Google Wallet API.\n- **Google Wallet Github**\n\n Get helpful tools, libraries and sample code for a variety of programming languages in the [Google Wallet Github org](https://github.com/google-wallet)."]]