GooglePaymentToken
Describes a GooglePaymentToken (GPT), including the token and the issuer of the backing user account.
JSON representation |
{
"issuerId": {
object (IssuerId )
},
"token": string
} |
Fields |
issuerId |
object (IssuerId )
REQUIRED: The identifier of the issuer of the backing user account.
|
token |
string
REQUIRED: This is the token that both companies will use to identify the account for purchases between each other.
|
IssuerId
A unique identifier for an issuer of user accounts.
JSON representation |
{
"value": string
} |
Fields |
value |
string
REQUIRED: The string value of the identifier. This unique identifier is defined by Google. Google will share a list with the identifiers for all external issuers available through the payment integrator.
|
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-28 UTC.
[null,null,["Last updated 2025-02-28 UTC."],[[["A GooglePaymentToken (GPT) is used to identify a user account for purchases and includes information about the issuer and a unique token."],["The `issuerId` field provides details about the issuer of the user account."],["The `token` field contains a unique identifier shared between businesses to identify the account for transactions."],["`issuerId` is further defined by a `value` field which contains a Google-defined unique identifier for each issuer."]]],["The document defines the structure of a GooglePaymentToken (GPT). A GPT consists of two required fields: `issuerId` and `token`. `issuerId` identifies the issuer of the user's account, represented as a unique string value. `token` is a string used by both involved parties to identify the account for transactions. `issuerId` itself is a JSON object that includes the string value of the unique identifier that is created by google.\n"]]