GET
/digital_wallet_tokens/{digital_wallet_token_id}Retrieve a digital wallet token
Retrieves a digital wallet token created when a card is added to a digital wallet. Use the token identifier to inspect its status, associated card and account, device details, and update history.
digital_wallet_token_idstringrequired
The identifier of the digital wallet token to retrieve.
200Returns the digital wallet token, including its account and card identifiers, creation time, status, token requestor, cardholder and device details, and updates.
account_idstringrequired
The identifier for the Account this Digital Wallet Token belongs to.
card_idstringrequired
The identifier for the Card this Digital Wallet Token belongs to.
cardholderobjectrequired
The cardholder information given when the Digital Wallet Token was created.
created_atstringrequired
The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which the Digital Wallet Token was created.
declineobjectrequired
If the Digital Wallet Token was declined during provisioning, details about the decline.
deviceobjectrequired
The device that was used to create the Digital Wallet Token.
dynamic_primary_account_numberobjectrequired
The redacted Dynamic Primary Account Number.
idstringrequired
The Digital Wallet Token identifier.
statusstringrequired
This indicates if payments can be made with the Digital Wallet Token.
token_requestorstringrequired
The digital wallet app being used.
typestringrequired
A constant representing the object's type. For this resource it will always be `digital_wallet_token`.
updatesarray<DigitalWalletTokenUpdatesElement>required
Updates to the Digital Wallet Token.
4XXReturned when the request encounters a client-side error.
5XXReturned when the server encounters an error.
Error handling
The digital_wallet_token_id path parameter must identify an existing digital wallet token.