패스를 만들어 서명된 JWT로 인코딩하면 'Google 월렛에 추가' 링크가 지원됩니다. 이를 위해 사용자에게 'Google 월렛에 추가' 버튼이나 하이퍼링크를 통해 패스를 탭하면 Google 월렛에 패스가 저장됩니다. 이 방법은 웹사이트, 이메일, SMS 등을 사용할 수 있습니다.
'Google 월렛에 추가'를 만드는 데 필요한 서명된 JWT를 만드는 방법에 대한 자세한 내용은 JSON 웹 토큰 작업을 참조하세요.
2. (권장) 'Google 월렛에 추가' 사용 버튼
하이퍼링크 이미지를 지원하는 모든 플랫폼(예: 웹사이트 및 이메일)의 경우 'Google 월렛에 추가' 'Google 월렛에 추가' 링크를 통해 버튼을 클릭합니다. Google 월렛 사용자의 경우 이 버튼은 Google 월렛에 패스를 추가하는 방법으로 인식할 수 있는 친숙한 프롬프트입니다.
Google Wallet API 통합을 지원하기 위해 다양한 화면 방향과 언어로 이미지 확장 소재를 다운로드할 수 있습니다.
[null,null,["최종 업데이트: 2025-02-28(UTC)"],[[["Easily issue passes to users through an 'Add to Google Wallet' link, which can be embedded in websites, emails, SMS, and more."],["The 'Add to Google Wallet' link is a dynamically generated URL containing an encoded and signed JWT."],["It's recommended to use the 'Add to Google Wallet' button to visually prompt users to save the pass to their Google Wallet."],["Ensure you've completed the onboarding process, created necessary classes and objects, encoded them in a JWT, and signed it before issuing passes."],["Demo passes will include \"[TEST ONLY]\" in the title until you receive publishing access."]]],["To issue a pass, encode it in a signed JWT and present it via an 'Add to Google Wallet' link or button on websites, email, or SMS. This link, containing the signed JWT, directs users to save the pass to their Google Wallet. Ensure prerequisites are met: onboarding, Pass Classes/Objects creation, JWT encoding and signing. Demo passes have a \"[TEST ONLY]\" label, which disappears upon gaining publishing access. The JWT should be under 1800 characters to avoid browser truncation.\n"]]