Page Summary
-
GooglePaymentToken (GPT) includes a token and information about the issuer of the user's account.
-
The
issuerIdfield identifies the issuer of the user's account using theIssuerIdobject. -
The
tokenfield is a string that uniquely identifies the account for transactions between companies.
Describes a GooglePaymentToken (GPT), including the token and the issuer of the backing user account.
| JSON representation |
|---|
{
"issuerId": {
object ( |
| Fields | |
|---|---|
issuerId |
REQUIRED: The identifier of the issuer of the backing user account. |
token |
REQUIRED: This is the token that both companies will use to identify the account for purchases between each other. |