Create a Google digital wallet token
Creates a digital wallet token that can be added to a Google wallet. This token represents a specific card, wallet, and device token. The card’s data is encrypted using digital wallet provider’s encryption key, meaning your PCI compliance overhead is reduced.
After your request is successfully processed, you’ll receive a DigitalWalletTokenTransition webhook containing the digital wallet token. You’ll also be able to retrieve it using the List digital wallet tokens endpoint.
Authorizations
Path Parameters
The ID of the card to work with.
36"e9293471-5eb3-4dbc-916c-dbaf9e2deefd"
Query Parameters
The ID of the account to work with.
"F50091"
The ID of the person to work with.
36"775596ae-2624-40af-a9dc-9756110a4a04"
Body
Body
The type of device into which the digital wallet token is provisioned.
MOBILE_PHONE, TABLET, WATCH "WATCH"
The version of the application making the provisioning request. Used for debugging and fraud prevention.
50"2.11.1"
The cardholder's Android device ID, as provided during the provisioning process.
24"b39f54264a3d"
The cardholder's digital wallet account ID, as provided during the provisioning process.
50"894b8236-b5cc-4f49-89f7-690d7bc4b9d2"
The Google-supplied backend session identifier, taken from the Google Wallet onSessionCreated callback. Used to generate the Google OPC that saves the card to the cardholder's Google account (card-on-file). Only required when a Google OPC is needed.
50"abc123"
Response
Created
The date the Resource was initially created. ISO 8601 format without milliseconds.
The date the Resource was last modified. ISO 8601 format without milliseconds.
An encrypted OPC that saves the funding card to the cardholder's Google account (card-on-file). Returned by Unified Push Provisioning; null when a Google OPC was not requested or is unavailable.
"google_opc_base64..."