Request Google Payload - Field Descriptions

The following page details each of the fields sent in the request and received in the response when using the Request Google Payload endpoint.

Request Fields

The following table describes fields that can be included in the body of the request when requesting a Google payload.

FieldDescriptionMandatory?Type
clientWalletProviderThe Token Requestor’s ID (TRID). Only required for Visa.ConditionalString
clientWalletAccountIDIdentifies the Wallet account holder entity. Only required for Visa.ConditionalString
clientDeviceIDThe stable device identifier set by the Wallet Provider. Only required for Visa.ConditionalString
clientAppIDUnique identifier for the client application. Only required for Visa.ConditionalString
billingObject that contains information on the cardholder's billing address. If Thredd holds no address information of Cardholder then this is mandatory.Conditional
line1First line of the cardholder's billing address.ConditionalString
line2Second line of the cardholder's billing address.ConditionalString
cityThe city for the cardholder's billing address.ConditionalString
countrySubdivisionThe country subdivision (for example, a county or state) of the cardholder's billing address.ConditionalString
postalCodeThe post code for the cardholder's billing address.ConditionalString
countryThe country for the cardholder's billing address, expressed as a 3-letter (alpha-3) country code as defined in ISO 3166-1.ConditionalString

Response Fields

A successful response for the Request Google Payload endpoint will return a 200 response.

FieldDescription
opaquePaymentCardBase64 encoded JSON object IssuerInitiatedDigitizationData containing both fundingAccountInfo and tokenizationAuthenticationValue. See Mastercard Developers.
last4digitsThe last 4 digits of the account number.
nameFirst name and surname of the cardholder.
networkThe name of network associated with card. For example, Visa or Mastercard.
addressObject that contains information on the cardholder's address.
line1First line of the cardholder's billing address.
line2Second line of the cardholder's billing address.
cityThe city for the cardholder's billing address.
countrySubdivisionThe country subdivision (for example, a county or state) of the cardholder's billing address.
postalCodeThe post code for the cardholder's billing address.
countryThe country for the cardholder's billing address, expressed as a 3-letter (alpha-3) country code as defined in ISO 3166-1.