Stay organized with collections
Save and categorize content based on your preferences.
Client libraries
The Google Wallet API is built on HTTP and JSON, so any standard HTTP client can send requests to it
and parse the responses.
However, the official Google APIs client libraries provide better language integration, improved security,
and support for making calls that require user authorization. The client libraries are available in
a number of programming languages; by using them you can avoid the need to manually set up HTTP
requests and parse the responses.
Note that some of the API client libraries were previously available here as direct downloads.
While these libraries largely contain the same interfaces as the official libraries, they may contain slightly different namespaces which may require updating in your code.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-21 UTC."],[[["The Google Wallet API can be accessed using any standard HTTP client, but official client libraries offer better integration, security, and authorization support."],["Official client libraries for the Google Wallet API are available in various programming languages and simplify development by handling HTTP requests and responses."],["For framework-based integration, Google provides dedicated libraries like the Flutter Plugin and Jetpack Compose button for Google Wallet."],["Previously downloadable client libraries for Java, C#, and PHP are still accessible, but they may have namespace differences compared to the official libraries."]]],[]]