वेब, ईमेल, और एसएमएस के लिए पास जारी करने का तरीका
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
पास बनाने और उसे हस्ताक्षर की गई JWT में एन्कोड करने के बाद, 'Google Wallet में जोड़ें' पर जाकर, इसे कहीं भी जारी किया जा सकता है लिंक मौजूद है. ऐसा करने के लिए, आपको उपयोगकर्ता को 'Google Wallet में जोड़ें' विकल्प दिखाना होगा बटन या हाइपरलिंक का इस्तेमाल किया जा सकता है. इस पर टैप करने के बाद, पास की जानकारी Google Wallet में सेव हो जाएगी. वेबसाइटों, ईमेल, एसएमएस वगैरह के लिए इस तरीके का इस्तेमाल किया जा सकता है.
अपनी पास क्लास और पास ऑब्जेक्ट को जेडब्लयूटी में एन्कोड करें.
Google Cloud सेवा खाते की कुंजी से, JWT पर साइन करें.
1. 'Google Wallet में जोड़ें' खाता लिंक करें लिंक
'Google Wallet' की मदद से पास जारी करना लिंक, पास ऑब्जेक्ट को उपयोगकर्ता के Google Wallet में जोड़ता है. इसे सिर्फ़ लॉग-इन की गई Google आइडेंटिटी के हिसाब से ही शुरू किया जा सकता है.
हस्ताक्षर किया गया JWT बनाने के बारे में ज़्यादा जानकारी के लिए, 'Google Wallet में जोड़ें' बनाना ज़रूरी है लिंक में, JSON वेब टोकन के साथ काम करना देखें.
2. (सुझाया गया) 'Google Wallet में जोड़ें' का इस्तेमाल करें बटन
हाइपरलिंक इमेज के साथ काम करने वाले किसी भी प्लैटफ़ॉर्म पर, 'Google Wallet में जोड़ें' दिखाने का सुझाव दिया जाता है, जैसे कि वेबसाइटें और ईमेल लिंक करके, अपने उपयोगकर्ताओं को 'Google Wallet में जोड़ें' पर क्लिक करें बटन. Google Wallet के उपयोगकर्ताओं के लिए, यह बटन एक जाना-पहचाना प्रॉम्प्ट है. इसे Google Wallet में पास जोड़ने के तरीके के तौर पर जाना जा सकता है.
इमेज ऐसेट को Google Wallet API इंटिग्रेशन के लिए, अलग-अलग ओरिएंटेशन और भाषाओं में डाउनलोड किया जा सकता है.
[[["समझने में आसान है","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"]],["आखिरी बार 2024-09-05 (UTC) को अपडेट किया गया."],[[["Google Wallet Passes are issued to users via an 'Add to Google Wallet' link, which is a dynamically generated URL containing an encoded and signed JWT."],["This link can be embedded in various platforms like websites, emails, SMS, and more, allowing users to easily save the pass to their Google Wallet."],["It's recommended to present the link using the 'Add to Google Wallet' button for better user experience and recognition."],["Before issuing passes, ensure completion of onboarding steps, creation of Passes Class and Object, encoding in a JWT, and signing with your service account key."],["Demo mode passes will have \"[TEST ONLY]\" in the title, which is removed after publishing access is granted."]]],["After creating and encoding a pass in a signed JWT, you can issue it via an 'Add to Google Wallet' link or button on websites, emails, or SMS. This link, a dynamically generated URL containing the signed JWT, directs users to save the pass to their Google Wallet. Before issuing, complete onboarding, create Passes Classes and Objects, encode, and sign your JWT. Demo passes have a \"[TEST ONLY]\" label. The maximum safe length for the JWT is 1800 characters.\n"]]