Get Balance And Limits Flow
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.
[null,null,["Last updated 2024-10-16 UTC."],[[["Account association enables retrieval of user's balance and transaction limits."],["Google requests balance and limit details from the payment integrator during purchase."],["The process involves communication between the user, Google UI, Google server, and the payment integrator server."],["The payment integrator server provides the user's balance and transaction limit information to Google server."],["Google displays the balance to the user, allowing informed purchase decisions."]]],["The user initiates a purchase via the Google UI, which then sends the purchase details to the Google Server. The Google Server requests the user's balance and transaction limit using the association ID from the Payment Integrator Server. The Payment Integrator Server responds with the user's account balance and transaction limit. Subsequently, the Google Server relays this information to the Google UI, displaying the balance to the user. The core action is to request and provide the user's financial account details using an ID.\n"]]