패스를 만들어 서명된 JWT로 인코딩하면 'Google 월렛에 추가' 링크가 지원됩니다. 이를 위해 사용자에게 'Google 월렛에 추가' 버튼이나 하이퍼링크를 통해 패스를 탭하면 Google 월렛에 패스가 저장됩니다. 이 방법은 웹사이트, 이메일, SMS 등을 사용할 수 있습니다.
'Google 월렛에 추가'를 만드는 데 필요한 서명된 JWT를 만드는 방법에 대한 자세한 내용은 JSON 웹 토큰 작업을 참조하세요.
2. (권장) 'Google 월렛에 추가' 사용 버튼
하이퍼링크 이미지를 지원하는 모든 플랫폼(예: 웹사이트 및 이메일)의 경우 'Google 월렛에 추가' 'Google 월렛에 추가' 링크를 통해 버튼을 클릭합니다. Google 월렛 사용자의 경우 이 버튼은 Google 월렛에 패스를 추가하는 방법으로 인식할 수 있는 친숙한 프롬프트입니다.
Google Wallet API 통합을 지원하기 위해 다양한 화면 방향과 언어로 이미지 확장 소재를 다운로드할 수 있습니다.
[null,null,["최종 업데이트: 2025-02-28(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"]]