Digital Wallet Token
A Digital Wallet Token is created when customer manually or through the action in an app, provisions a card into a Digital Wallet.
Digital Wallet Tokens are returned as part of the digitalWalletTokens
array property on the card object. Multiple tokens from different wallets and devices can be associated to one card at any time.
Relevant events are triggered when a token
is created: Digital Wallet Tokenization Events
digitalWalletToken Object
Property | Data Type (length) | Description |
---|---|---|
| object | digitalWalletDevice object representing device information this token is provisioned on. |
| boolean | Whether or not a token has been provisioned onto a device. |
| string | Card network-generated unique digital wallet token PAN reference ID. Unique within the card network. |
| string | The unique card token representation on the device. |
| string | Card network-generated unique digital wallet token reference ID unique within the card network. |
| enum | The unique id representing a requestor on the card network. This property correlates with
|
| enum | Name representation of
|
| enum | Possible values:
|
| enum | Type of wallet token. Possible values:
|
| object | digitalWalletInformation object representing wallet information this token is provisioned on. |
digitalWalletDevice Object
Property | Data Type (length) | Description |
---|---|---|
| string | Digital wallet device id. Returned if digital wallet is configured to be used with a device. |
| string | Device ip address at the time of token provisioning. |
| string | 3 letter code representing laguage device is configured to use. |
| string | Conditionally sent by the aquirer in the latitude/longitude format. |
| string | Digital wallet provided device name. |
| string | Phone number device is associated with. This may be returned as only last 4 digits of the phone number. |
| enum | Device type digital wallet token is provisioned to. Possible values:
|
digitalWalletInformation Object
Property | Data Type (length) | Description |
---|---|---|
| enum |
|
| string | Digital wallet provider's unique card holder account id. |
| string | Digital wallet provider's hashed email. This field is present for Apple Pay, Google Pay, and Samsung Pay wallets. |
| string | Digital wallet provided device score. |
| string | Digital wallet provided provisioning decision reason codes. |
| string | Digital wallet provider's risk assessment. Possible values:
|
| string | Digital wallet provider's risk assessment version. |
Updated 10 months ago