Digital Wallet Tokens
Get Digital Wallet Token
Get the details about the digital wallet token of a card
NB: Digital wallet tokens cannot be created outside of production.
get/cards/digital_wallet_tokens/{digital_wallet_token_id}
Path parameters
digital_wallet_token_idstring uuid required
The unique identifier of a digital wallet token
Example:7d943c51-e4ff-4e57-9558-08cab6b963c7
Response
Digital Wallet Token details
Example response
{
"approved_time": "2010-05-06T12:23:34.321Z",
"card_id": "7d943c51-e4ff-4e57-9558-08cab6b963c7",
"id": "7d943c51-e4ff-4e57-9558-08cab6b963c7",
"last_modified_time": "2010-05-06T12:23:34.321Z",
"removed_from_wallet_time": "2010-05-06T12:23:34.321Z",
"requested_time": "2010-05-06T12:23:34.321Z",
"type": "APPLE_PAY"
}