ממשק Google Wallet API מבוסס על HTTP ועל JSON, כך שכל לקוח HTTP סטנדרטי יכול לשלוח אליו בקשות ולנתח את התשובות.
עם זאת, ספריות הלקוח הרשמיות של Google APIs מספקות שילוב טוב יותר של שפה, אבטחה משופרת ותמיכה בביצוע קריאות המחייבות הרשאת משתמש. ספריות הלקוח זמינות במספר שפות תכנות. כשמשתמשים בהן אפשר למנוע הגדרה ידנית של בקשות HTTP וניתוח התשובות.
חשוב לציין שחלק מספריות לקוח ה-API היו זמינות כאן בעבר כהורדות ישירות.
ספריות אלה מכילות ברובן את אותם הממשקים כמו הספריות הרשמיות, אבל הן עשויות להכיל מרחבי שמות מעט שונים. ייתכן שיהיה צורך לעדכן את הקוד שלכם.
[null,null,["עדכון אחרון: 2025-02-28 (שעון 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."]]],["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"]]