Get tokens
Get tokens for a given cardId
This operation returns list of tokens for a given card Id. The response consists of Token Unique Reference ID, Token Requestor ID, Wallet Provider (Apple/Google/Samsung/M4M), and Token status.
GET
/
v1
/
card
/
{cardId}
/
tokens
Path Parameters
cardId
string
requiredCardId for given card
Query Parameters
auditUser
string
requiredThe audit user to log the request
Response
200 - application/json
tokenUniqueReferenceId
string
Token unique reference id
tokenRequestorId
string
Identifier used by merchants and wallet providers to request tokens from the TSP
walletProvider
string
Wallet provider name
status
enum<string>
- ACTIVE - Available for payments
- DEACTIVATED - Permanently deactivated
- INACTIVE - Waiting for activation
- SUSPENDED - Temporarily not available for payments
- SOFTDELETED - Deleted from consumer device
Available options:
ACTIVE
, DEACTIVATED
, INACTIVE
, SUSPENDED
, SOFTDELETED