Get Balance And Limits Flow
Stay organized with collections
Save and categorize content based on your preferences.
Get Balance And Limits Flow
Overview
Once the accounts have been associated together, the association ID can be used to retrieve the user's current account balance and transaction limit information.
How the flow works
Google will send a request to the integrator for current balance and transaction limit details related to the specified account.
Get Balance and Limits

The objects in the diagram include the following:
- User: This is the person who wants to purchase something through Google.
- Google UI: The interface, where the customer begins to make a purchase.
- Google Server: The backend server at Google that sends the GetBalanceAndLimits command to the Payment Integrator Server.
- Payment Integrator Server: The backend server of the integrator that accepts the request for a funds capture.
- The User begins the purchase process for an item through the Google UI.
- The purchase information is sent to the Google Server.
- Google’s Server sends the
GetBalanceAndLimits
request (association ID
) to the Payment Integrator Server.
- The Payment Integrator Server sends back the user's account balance and transaction limit to the Google Server.
- The Google Server sends back a the response values to the Google UI.
- The balance is displayed to the customer.
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-16 UTC.
[[["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 2024-10-16 UTC."],[[["Users can link their accounts for easy access to balance and transaction limit information during purchases."],["Google securely requests and displays the user's balance and transaction limits from the payment integrator."],["The process involves communication between the user, Google's UI and server, and the payment integrator's server."],["This streamlined flow provides users with real-time account information for informed purchasing decisions."]]],["The user initiates a purchase via the Google UI, which then relays the information to the Google Server. The Google Server requests the user's account details from the Payment Integrator Server, using the association ID. The Payment Integrator Server responds with the user's current balance and transaction limit. The Google Server then displays this balance information to the customer through the Google UI. This process allows the user to check the available balance during the purchase.\n"]]