Ringkasan
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Google Wallet API memudahkan pelanggan Anda menambahkan tiket multi-trip
dengan kode QR dan kode batang ke Google Wallet di ponsel mereka.
Dengan Google Wallet API, Anda dapat memberikan kartu kepada pengguna agar disimpan di Google Wallet mereka di berbagai platform, termasuk aplikasi Android, dan di mana pun hyperlink didukung, seperti situs, email, dan pesan SMS.
API & SDK
Google Wallet API menawarkan REST API dan Android SDK untuk membantu Anda mengeluarkan dan mengelola kartu dengan cepat dan mudah.
- REST API Google Wallet
Untuk menerbitkan kartu di platform seperti Web, email, atau SMS, sebaiknya gunakan Google Wallet REST API. API ini menyediakan serangkaian endpoint yang memungkinkan Anda membuat, mengambil, dan mengupdate berbagai komponen pass.
- SDK Android Google Wallet
Untuk menerbitkan kartu di aplikasi Android, sebaiknya gunakan Google Wallet Android SDK. SDK menyediakan berbagai metode praktis yang memudahkan integrasi Google Wallet API ke dalam aplikasi seluler Anda menggunakan kode native.
Catatan: Penggunaan Google Wallet REST API atau Google Wallet Android SDK tidak diperlukan untuk menerbitkan kartu dengan Google Wallet API, tetapi sangat direkomendasikan. Untuk mengetahui informasi selengkapnya tentang cara mengeluarkan kartu tanpa menggunakan REST API atau Android SDK, lihat Membuat Objek Kartu dan Class Kartu di JWT.
Persyaratan
Untuk menerbitkan kartu dengan Google Wallet API, Anda harus melakukan hal berikut terlebih dahulu:
Memulai Google Wallet API
Sebelum Anda mulai menggunakan Google Wallet API, lihat artikel bermanfaat berikut yang akan membantu Anda memahami fitur dan terminologi dasar.
- Konsep dan terminologi utama: Artikel ini akan membantu Anda memahami semua istilah dan fitur penting yang diperlukan untuk menggunakan Google Wallet API.
- Ringkasan Class dan Objek Kartu: Kartu yang Anda berikan kepada pengguna dibuat dengan menggabungkan Class Kartu dengan Objek Kartu. Artikel ini akan membantu Anda memahami kedua konsep ini dan penggunaannya untuk membuat kartu.
- Alur pengembangan kartu Google Wallet: Artikel ini memberikan ringkasan menyeluruh tentang semua langkah yang diperlukan untuk membuat kartu dengan Google Wallet API dari awal hingga akhir.
- Codelab
Codelab mandiri akan memandu Anda melalui langkah-langkah yang diperlukan untuk menambahkan kartu
ke Google Wallet. Untuk memulai, pilih "Android" jika penerapan Anda hanya dilakukan di perangkat Android
dan pilih "Web" jika penerapan Anda mendukung Android, Web, Email, atau SMS.
Android
Web
- Pembuat kartu
Buat kartu pertama Anda secara visual dengan alat pembuat kartu, dan buat JSON secara otomatis yang diperlukan untuk membuat kartu dengan Google Wallet API.
- GitHub Google Wallet
Dapatkan alat, library, dan contoh kode yang bermanfaat untuk berbagai bahasa pemrograman di organisasi GitHub Google Wallet.
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-08-29 UTC.
[null,null,["Terakhir diperbarui pada 2025-08-29 UTC."],[[["\u003cp\u003eThe Google Wallet API enables easy addition of transit passes with QR codes and barcodes to Google Wallet on Android and where hyperlinks are supported (websites, email, SMS).\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can leverage the REST API for web, email, or SMS pass issuance and the Android SDK for native Android app integration.\u003c/p\u003e\n"],["\u003cp\u003eBefore issuing passes, developers must create a Google Wallet API Issuer account and either a Google Cloud account (non-Android) or set up Google Play services (Android).\u003c/p\u003e\n"],["\u003cp\u003eGoogle provides resources like codelabs, a pass builder tool, and a GitHub repository to aid in Google Wallet API integration and pass creation.\u003c/p\u003e\n"]]],["The Google Wallet API enables users to add transit passes with QR codes and barcodes to Google Wallet on various platforms. You can use the REST API for platforms like web, email, or SMS, or the Android SDK for Android apps to issue and manage passes. An Issuer account and a Google Cloud account (for non-Android developers) are necessary to start. Resources such as codelabs, a pass builder tool, and the Google Wallet Github are available for development support.\n"],null,["# Overview\n\nThe Google Wallet API makes it easy for your customers to add transit passes\nwith QR codes and barcodes to Google Wallet on their phones.\n\nSupported platforms\n-------------------\n\nWith the Google Wallet API, you can issue passes for your users to save in their Google Wallet across multiple platforms, including Android apps, and anywhere hyperlinks are supported, such as websites, email, and SMS messages.\n\n### APIs \\& SDKs\n\nThe Google Wallet API offers a REST API and an Android SDK to help you issue and manage your passes quickly and easily.\n\n- [Google Wallet REST API](/wallet/tickets/transit-passes/qr-code/web/prerequisites) \n\n To issue passes on platforms such as the Web, email, or SMS, we recommend you use the Google Wallet REST API. The API provides a set of endpoints that let you create, retrieve, and update the various components of passes.\n- [Google Wallet Android SDK](/wallet/tickets/transit-passes/qr-code/android/prerequisites) \n\n To issue passes in an Android app, we recommend you use the Google Wallet Android SDK. The SDK provides a variety of convenience methods that make it easy to integrate the Google Wallet API into your mobile apps using native code.\n\nNote: Using the Google Wallet REST API or Google Wallet Android SDK is not required to issue passes with the Google Wallet API, but are strongly recommended. For more information on issuing passes without using the REST API or Android SDK, see [Creating Passes Objects and Passes Classes in the JWT](https://developers.google.com/wallet/retail/offers/overview/add-to-google-wallet-flow#creating-passes-objects-and-passes-classes-in-the-jwt).\n\nRequirements\n------------\n\nTo issue passes with the Google Wallet API, you will first need to do the following:\n\n- Create a [Google Wallet API Issuer account](/wallet/tickets/transit-passes/qr-code/getting-started/issuer-onboarding).\n- Non-Android developers: Create a [Google Cloud account](https://console.cloud.google.com/freetrial).\n- Android developers: [Set up Google Play services.](/android/guides/setup)\n\nGetting started with the Google Wallet API\n------------------------------------------\n\nBefore you start working with the Google Wallet API, take a look at these useful articles that will familiarize you with the basic features and terminology.\n\n- [Key concepts and terminology](/wallet/tickets/transit-passes/qr-code/resources/terminology): This article will familiarize you with all the important terms and features you will need to work with the Google Wallet API.\n- [Passes Classes and Objects overview](/wallet/tickets/transit-passes/qr-code/overview/how-classes-objects-work): Passes that you issue to your users are created by combining a Passes Class with a Passes Objects. This article will familiarize you with both of these concepts, and how they are used to create passes.\n- [Google Wallet pass development flow](/wallet/tickets/transit-passes/qr-code/overview/add-to-google-wallet-flow): This article provides an end-to-end overview of all of the steps needed to create a pass with the Google Wallet API from start to finish.\n\n### Tools \\& resources\n\n- **Codelabs** \n\n\n Self-guided codelabs walk you through the necessary steps to add a pass\n to Google Wallet. To get started, choose \"Android\" if your implementation will be on Android devices\n only and choose \"Web\" if your implementation supports Android, Web, Email or SMS.\n\n\n [Android](https://g.co/wallet/android-codelab)\n [Web](https://g.co/wallet/web-codelab)\n- **Pass builder** \n\n Build your first pass visually with the [pass builder](/wallet/tickets/transit-passes/qr-code/resources/pass-builder) tool, and automatically generate the JSON you need to create the pass with the Google Wallet API.\n- **Google Wallet Github**\n\n Get helpful tools, libraries and sample code for a variety of programming languages in the [Google Wallet Github org](https://github.com/google-wallet)."]]