リリース チェックリスト
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
Google Wallet API の統合の構築とテストが正常に完了したら、運用を開始します。以下のリリース チェックリストは、ユーザーへのパスの発行を開始するために必要な手順がすべて完了していることを確認するために使用できます。
1. オンボーディング ガイドに記載されている手順をすべて完了する
Google Wallet API のオンボーディング ガイドに記載されている以下のステップをすべて完了していることを確認してください。
- Google Wallet API 発行者アカウントを作成します。
- 認証情報を生成して登録します。
2. 少なくとも 1 つのパスを作成する
公開する公開アクセスをリクエストするには、以下を含む少なくとも 1 つのパスを作成する必要があります。
- 少なくとも 1 つのパスクラスを作成します。
- 同じ発行者アカウントに関連付けられたパスクラスを参照するパス オブジェクトを 1 つ以上作成します。
3. 統合を徹底的にテストする
ユーザーに最適なエクスペリエンスを提供するには、Google Wallet API 統合のすべての側面と機能をテストすることが重要です。テストには以下が含まれます。
- リリース前テストガイドに記載されているテストをすべて完了します。
- 個々のユースケースに固有のすべての機能をテストします。テストには、QR コードスキャナなどの物理デバイスとの統合や、POS システムや在庫システムなどの既存システムとの統合などが含まれます。
- カード発行会社のアカウントにテストユーザーを追加してパスを発行し、「Google ウォレットに追加」を確認してください想定どおりに機能します。
- [Google ウォレットに追加] オプションがすべてボタンとリンクは、Android アプリ、メール、SMS、ウェブサイトなど、すべてのサーフェスで想定どおりにパスを発行します。
4. 公開アクセスのリクエスト
すべての開発とテストが完了したら、公開アクセスをリクエストできます。
Google ウォレット チームが統合の審査とテストを行い、アクセス権が付与されたことを通知するか、アクセスを許可する前に対処する必要がある問題の詳細を報告します。
5. ライブ配信を開始する
公開アクセスが許可されると、ユーザーが Google ウォレットに保存するためのパスを発行できるようになります。
発行元アカウントに関連付けられているすべてのパスから `[TEST ONLY]` アノテーションが削除され、作成した新しいパスクラスとパス オブジェクトが有効になり、ユーザーにパスを発行するために使用できるようになります。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-08-29 UTC。
[null,null,["最終更新日 2025-08-29 UTC。"],[[["\u003cp\u003eFollow the Onboarding Guide to set up your Google Wallet API Issuer account and authentication.\u003c/p\u003e\n"],["\u003cp\u003eBuild at least one pass with a class and object linked to your Issuer account.\u003c/p\u003e\n"],["\u003cp\u003eThoroughly test your integration including pre-launch tests, functionality specific to your use case, and the 'Add to Google Wallet' flow.\u003c/p\u003e\n"],["\u003cp\u003eRequest publishing access and await review from the Google Wallet team to ensure a smooth launch.\u003c/p\u003e\n"],["\u003cp\u003eOnce approved, begin issuing live passes to your users, free of the \u003ccode\u003e[TEST ONLY]\u003c/code\u003e annotation.\u003c/p\u003e\n"]]],["To launch a Google Wallet API integration, complete the Onboarding Guide, including creating an Issuer account and authentication credentials. Build at least one pass by creating a Passes Class and Object. Thoroughly test the integration, including pre-launch tests and use-case specific tests, and verify the \"Add to Google Wallet\" flow. Request publishing access for Google's review. Once granted, the passes will go live and be available for users.\n"],null,["# Launch checklist\n\nOnce you've successfully built and tested your Google Wallet API integration, it's time to go live! The following is a launch checklist you may use to help ensure you have completed all the necessary steps to start issuing passes to your users.\n\n### 1. Complete all steps detailed in the Onboarding Guide\n\nReview and ensure you have completed all of the steps in the Google Wallet API [Onboarding Guide](../getting-started/onboarding-guide), including the following:\n\n- Create a Google Wallet API Issuer account.\n- Generate and register your authentication credentials.\n\n*** ** * ** ***\n\n### 2. Build at least one pass\n\nBefore you can request publishing access to go live, you must build at least one pass, including the following:\n\n- Create at least one Passes Class.\n- Create at least one Passes Object that references a Passes Class associated with the same Issuer account.\n\n*** ** * ** ***\n\n### 3. Thoroughly test your integration\n\nIt is critical that you test all aspects and functionality of your Google Wallet API integration to ensure the best experience for your users. Testing may include the following:\n\n- Complete all of the tests described in the [Pre-launch Testing guide.](/wallet/retail/loyalty-cards/test-and-go-live/prelaunch-testing)\n- Test all functionality and features specific to your individual use case. This may include testing things such as integrations with physical devices like QR code scanners, or existing systems like point of sale or inventory systems.\n- Add test users to your Issuer account and issue them passes to ensure your 'Add to Google Wallet' flow works as expected.\n- Verify that all 'Add to Google Wallet' buttons and links issue passes as expected across all surfaces, such as Android apps, emails, SMS, and websites.\n\n*** ** * ** ***\n\n### 4. Request publishing access\n\nAfter you have completed all development and testing, you are ready to [request publishing access](/wallet/retail/loyalty-cards/test-and-go-live/request-publishing-access).\n\nThe Google Wallet team will review and test your integration, and either notify you that access has been granted, or detail any issues that must be addressed before access can be granted.\n\n*** ** * ** ***\n\n### 5. Go live!\n\nOnce you have been granted publishing access, you're ready to issue passes for your users to save to Google Wallet.\n\nThe \\`\\[TEST ONLY\\]\\` annotation will be removed from all passes associated with your Issuer account, and any new Passes Classes and Passes Objects you create will be live and ready to use to issue passes to your users."]]