Genel bakış
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Google Cüzdan API'si, müşterilerinizin QR kodları ve barkodlu toplu taşıma kartlarını telefonlarında Google Cüzdan'a eklemelerini kolaylaştırır.
Google Cüzdan API'siyle, Android uygulamaları ve köprülerin desteklendiği yerler (ör. web siteleri, e-posta ve SMS mesajları) dahil olmak üzere, kullanıcılarınızın Google Cüzdanlarına kaydetmeleri için kartlar düzenleyebilirsiniz.
API'ler ve SDK'lar
Google Cüzdan API'si, kartlarınızı hızlı ve kolay bir şekilde yayınlayıp yönetmenize yardımcı olmak için bir REST API ve Android SDK'sı sunar.
- Google Cüzdan REST API'si
Kartlarınızı web, e-posta veya SMS gibi platformlarda yayınlamak için Google Cüzdan REST API'yi kullanmanızı öneririz. API, kartların çeşitli bileşenlerini oluşturmanızı, almanızı ve güncellemenizi sağlayan bir uç nokta kümesi sağlar.
- Google Cüzdan Android SDK'sı
Bir Android uygulamasında kart yayınlamak için Google Cüzdan Android SDK'sını kullanmanızı öneririz. SDK, yerel kod kullanarak Google Cüzdan API'sini mobil uygulamalarınıza entegre etmeyi kolaylaştıran çeşitli kolaylık yöntemleri sağlar.
Not: Google Cüzdan REST API'sini veya Google Cüzdan Android SDK'sını kullanmak, Google Cüzdan API'siyle kart düzenlemek için gerekli değildir ancak kesinlikle önerilir. REST API veya Android SDK kullanmadan kart verme hakkında daha fazla bilgi edinmek için JWT'de Kartlar Nesneleri ve Kartlar Sınıfları Oluşturma başlıklı makaleyi inceleyin.
Koşullar
Google Cüzdan API'siyle kart düzenlemek için öncelikle aşağıdakileri yapmanız gerekir:
Google Cüzdan API'sini kullanmaya başlama
Google Cüzdan API'siyle çalışmaya başlamadan önce, temel özellikleri ve terminolojiyi öğrenmenizi sağlayacak bu yararlı makalelere göz atın.
- Temel kavramlar ve terminoloji: Bu makalede, Google Cüzdan API'si ile çalışmak için ihtiyaç duyacağınız tüm önemli terimler ve özellikler hakkında bilgi verilmektedir.
- Kartlar Sınıflarına ve Nesnelere genel bakış: Kullanıcılarınıza verdiğiniz kartlar, Kartlar Sınıfı ile Kartlar Nesneleri birleştirilerek oluşturulur. Bu makalede, her iki kavram da ve kart oluşturmak için nasıl kullanıldıkları hakkında bilgi verilmektedir.
- Google Cüzdan kartı geliştirme akışı: Bu makalede, Google Cüzdan API'si ile kart oluşturmak için gereken tüm adımlara baştan sona baştan sona genel bir bakış sunulmaktadır.
- Codelab
Rehbersiz kod laboratuvarları, Google Cüzdan'a kart eklemek için gerekli adımlarda size yol gösterir. Uygulamanız yalnızca Android cihazlardaysa başlangıç olarak "Android"i, uygulamanız Android, Web, E-posta veya SMS'i destekliyorsa "Web"i seçin.
Android
Web
- Kart oluşturucu
Kart oluşturucu aracıyla ilk kartınızı görsel olarak oluşturun ve Google Cüzdan API'siyle oluşturmak için ihtiyacınız olan JSON dosyasını otomatik olarak oluşturun.
- Google Cüzdan GitHub
Google Cüzdan GitHub kuruluşundan, çeşitli programlama dilleri için yararlı araçlar, kitaplıklar ve örnek kodlar edinebilirsiniz.
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-08-29 UTC.
[null,null,["Son güncelleme tarihi: 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)."]]