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 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. Relevant event types, Digital Wallet Tokenization Events
digitalWalletToken Object
Represents a single Digital Wallet Token
details
Property | Data Type (length) |
Description |
---|---|---|
token |
string (19) | The unique card token representation on the device. |
tokenRequestorId |
string (50) | The unique id representing a requestor on the card network. This property correlates with tokenRequestorName
|
tokenRequestorName |
string (50) | Name representation of tokenRequestorId
|
panReferenceId |
string (32) | Card network generated unique digital wallet token PAN reference ID uniqueue within the card netowkr. |
tokenReferenceId |
string (32) | Card network generated unique digital wallet token reference ID uniqueue within the card netowkr. |
tokenType |
string (50) | Typeo of wallet token.
|
tokenStatus |
string (50) | Token status
|
isDeviceProvisioned |
boolean | Represents whether token has been provisiond onto a device. |
device |
object | digitalWalletDevice object representing device information this token is provisioned on. |
walletInformation |
object | digitalWalletInformation object representing wallet information this token is provisioned on. |
digitalWalletDevice Object
Represents digital wallet device token is provisioned on.
details
Property | Data Type (length) |
Description |
---|---|---|
deviceType |
string (50) | Device type digital wallet token is provisioned to
|
deviceLanguageCode |
string (3) | 3 letter code representing laguage device is configured to use |
deviceId |
string (48) | Digital wallet device id. Returned if digital wallet is configured to be used with a device. |
deviceNumber |
string (15) | Phone number device is associated with. This may be returned as only last 4 digits of the phone number |
deviceName |
string (20) | Digital wallet provided device name. |
deviceLocation |
string (25) | Conditionally sent by the aquirer in the latitude/longitude format. |
deviceIpAddress |
string (15) | Device ip address at the time of token provisioning. |
digitalWalletInformation Object
Represents digital wallet information token is provisioned on.
details
Property | Data Type (length) |
Description |
---|---|---|
walletProviderRiskAssessmentType |
string (50) | Digital wallet providers risk assessment.
|
walletProviderRiskAssessmentVersion |
string (50) | Digital wallet providers risk assessment version. |
walletProviderDeviceScore |
string (2) | Digital wallet provided device score. |
walletProviderReasonCodes |
string (40) | Digital wallet provided provisioning decision reason codes. |
panSource |
string (50) |
|
walletAccountId |
string (32) |
Digital wallet providers uniqueu card holder account id. This field is present for |
walletEmailAddressHashed |
string (64) |
Digital wallet providers hashed email. This field is present for |