Retrieve a Digital Wallet Token
get/digital_wallet_tokens/{digital_wallet_token_id}
Path parameters
digital_wallet_token_idstring required
The identifier of the Digital Wallet Token.
Response
Digital Wallet Token
Example response
{
"card_id": "card_oubs0hwk5rn6knuecxg2",
"cardholder": {
"name": "John Smith"
},
"created_at": "2020-01-31T23:59:59Z",
"device": {
"device_type": "mobile_phone",
"identifier": "04393EADF4149002225811273840459271E36516DA4875FF",
"ip_address": "1.2.3.4",
"name": "My Work Phone"
},
"dynamic_primary_account_number": null,
"id": "digital_wallet_token_izi62go3h51p369jrie0",
"status": "active",
"token_requestor": "apple_pay",
"type": "digital_wallet_token",
"updates": [
{
"status": "inactive",
"timestamp": "2020-01-31T23:59:59Z"
}
]
}