API Google Wallet được xây dựng trên HTTP và JSON, vì vậy, mọi ứng dụng khách HTTP tiêu chuẩn đều có thể gửi yêu cầu tới API Google Wallet và phân tích cú pháp các phản hồi.
Tuy nhiên, thư viện ứng dụng API chính thức của Google giúp tích hợp ngôn ngữ tốt hơn, tăng khả năng bảo mật và hỗ trợ thực hiện các lệnh gọi yêu cầu người dùng phải cho phép. Các thư viện ứng dụng được cung cấp bằng một số ngôn ngữ lập trình. Khi sử dụng các thư viện đó, bạn có thể tránh phải thiết lập yêu cầu HTTP và phân tích cú pháp các phản hồi theo cách thủ công.
Lưu ý rằng một số thư viện ứng dụng API trước đây có sẵn tại đây dưới dạng tải xuống trực tiếp.
Tuy các thư viện này chủ yếu chứa các giao diện giống như các thư viện chính thức, nhưng các thư viện này có thể chứa các không gian tên hơi khác nhau và có thể yêu cầu bạn phải cập nhật trong mã.
[null,null,["Cập nhật lần gần đây nhất: 2025-02-28 UTC."],[[["The Google Wallet API can be accessed using any standard HTTP client, but official client libraries offer better language integration, security, and authorization support."],["Official client libraries are available in various programming languages and eliminate the need for manual HTTP request setup and response parsing."],["While previously downloadable libraries for Java, C#, and PHP are still largely functional, they might require code updates due to potential namespace differences."],["Google Wallet integration with frameworks like Flutter and Jetpack Compose is facilitated by dedicated libraries like the Google Wallet Flutter Plugin and Jetpack Compose button for Google Wallet."]]],["The Google Wallet API utilizes HTTP and JSON, but official Google API client libraries offer enhanced language integration, security, and authorization support. These libraries eliminate the need for manual HTTP request setup and response parsing. Installation instructions are on the Google APIs website, with API samples on GitHub. Additionally, specific libraries for Flutter and Jetpack Compose are available. Some previously downloadable libraries exist but may require code namespace updates.\n"]]