List digital wallet tokens
GET
/v2/cards/tokensRequest
Use this request to get a list of digital wallet tokens for cards on a given account.Query parameters
string
required
The ID of the account that the tokens are associated with.Allowable values: An existing
accountIdstring (uuid)
The ID of the person that the tokens are associated with.Allowable values: An existing
personId (≤ 36 characters)string
The last four digits of the card to search for. Use a comma-separated list to search for more than one. For example,
search=1234,4321.Allowable values: A valid stringstring (enum)
The type of digital wallet token. For example,
type=APPLE_PAY.Allowable values: APPLE_PAY, ANDROID_PAY, SAMSUNG_PAYstring (enum)
The type of device. For example,
type=WATCH.Allowable values: MOBILE_PHONE, TABLET, WATCHResponse
If your request is successful, you’ll receive a200 response.