패스를 만들어 서명된 JWT로 인코딩하면 'Google 월렛에 추가' 링크가 지원됩니다. 이를 위해 사용자에게 'Google 월렛에 추가' 버튼이나 하이퍼링크를 통해 패스를 탭하면 Google 월렛에 패스가 저장됩니다. 이 방법은 웹사이트, 이메일, SMS 등을 사용할 수 있습니다.
'Google 월렛에 추가'를 만드는 데 필요한 서명된 JWT를 만드는 방법에 대한 자세한 내용은 JSON 웹 토큰 작업을 참조하세요.
2. (권장) 'Google 월렛에 추가' 사용 버튼
하이퍼링크 이미지를 지원하는 모든 플랫폼(예: 웹사이트 및 이메일)의 경우 'Google 월렛에 추가' 'Google 월렛에 추가' 링크를 통해 버튼을 클릭합니다. Google 월렛 사용자의 경우 이 버튼은 Google 월렛에 패스를 추가하는 방법으로 인식할 수 있는 친숙한 프롬프트입니다.
Google Wallet API 통합을 지원하기 위해 다양한 화면 방향과 언어로 이미지 확장 소재를 다운로드할 수 있습니다.
[null,null,["최종 업데이트: 2025-03-11(UTC)"],[[["Issue passes to users via an 'Add to Google Wallet' link, which can be embedded in various platforms like websites, emails, and SMS."],["This link is a dynamically generated URL containing an encoded and signed JWT representing the pass data."],["Google recommends using the 'Add to Google Wallet' button, with downloadable assets, to visually guide users."],["Before issuing passes, ensure completion of onboarding, class and object creation, JWT encoding and signing."],["Demo passes will have \"[TEST ONLY]\" in the title until publishing access is granted."]]],["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`, contains an encoded and signed JWT and can be embedded in various mediums like websites, email, or SMS. Before issuing, complete onboarding, create pass classes and objects, encode them in a JWT, and sign the JWT with a service account key. The recommended method is using the 'Add to Google Wallet' button.\n"]]