Account Association Flow
Account Association Flow
Overview
The purpose of the Account Association flow is to establish a long-lived token that both the Payment Integrator (integrator) and Google agree represents a link between this user's account and a Google bank account and carries permission to move money between these accounts. This long-lived token is called the Google Payment Token (GPT). Google calls this token an instrument. A Google customer has one or more instruments. An instrument is a way to pay for services and goods within Google's various ecosystems and marketplaces.
This exchange occurs using the associateAccount
method that is hosted by the integrator. Proof of authentication-authorization is required input to this method. Proof of authentication is received as an outcome of the authentication-authorization flow. For more information see the authentication-authorization flow documentation.
This sequence diagram illustrates an example flow. 
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."],[[["The Account Association flow creates a Google Payment Token (GPT) linking a user's account with their Google bank account for payment purposes."],["This flow utilizes the `associateAccount` method, requiring proof of authentication obtained from a separate authentication-authorization flow."],["The GPT, also called an instrument, enables users to pay for Google services and goods across various platforms."]]],["The **Account Association flow** creates a Google Payment Token (GPT), a long-lived token linking a user's account to a Google bank account. This GPT acts as an instrument for payments within Google's ecosystem. The flow utilizes the `associateAccount` method, hosted by the payment integrator. This method requires proof of authentication-authorization, which is obtained through a separate authentication-authorization flow. The GPT grants permission to move money between the linked accounts.\n"]]