वेब, ईमेल, और एसएमएस के लिए पास जारी करने का तरीका
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
पास बनाने और उसे हस्ताक्षर की गई 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) को अपडेट किया गया."],[[["Issue passes to users through an 'Add to Google Wallet' link, which is a dynamically generated URL containing an encoded and signed JWT."],["The 'Add to Google Wallet' link can be embedded in various platforms like websites, emails, and SMS, enabling users to save passes to their Google Wallet."],["It is recommended to utilize the 'Add to Google Wallet' button, providing a familiar and recognizable call to action for users."],["Passes created in Demo Mode will display \"[TEST ONLY]\" in the title until publishing access is granted."],["Before issuing passes, complete the onboarding guide, create a Passes Class and Object, encode them in a JWT, and sign it with your Google Cloud service account key."]]],["To issue a pass, present users with an 'Add to Google Wallet' button or hyperlink, which saves the pass upon tapping. This link, formatted as `https://pay.google.com/gp/v/save/\u003csigned_jwt\u003e`, can be used on websites, email, SMS, etc. Ensure you've completed onboarding, created Passes Classes and Objects, and encoded/signed them in a JWT. If in demo mode, passes will display \"[TEST ONLY]\". Use the 'Add to Google Wallet' button where possible for a familiar user prompt.\n"]]