List digital wallet tokens beta

Returns a list of digital wallet tokens for cards on a given account.

Each digital wallet token represents a specific card, wallet and device combination.

We support Apple Pay, Google Pay, and Samsung Pay wallets.

SecurityCommonAuth
Request
query Parameters
accountId
required
string

The ID of the account to work with.

Example: accountId=F50091
personId
string <uuid> <= 36 characters

The ID of the person to work with.

Example: personId=775596ae-2624-40af-a9dc-9756110a4a04
tokenState
string

The state of the token

Enum: "REQUESTED" "REQUEST_DECLINED" "ACTIVE" "SUSPENDED" "TERMINATED"
Example: tokenState=ACTIVE
search
string

List of comma-separated last four digits.

Example: search=1234,3453,2222
tokenType
string

The type of wallet token.

Enum: "APPLE_PAY" "ANDROID_PAY" "SAMSUNG_PAY"
Example: tokenType=APPLE_PAY
deviceType
string

The type of device into which the digital wallet token is provisioned.

Enum: "MOBILE_PHONE" "TABLET" "WATCH"
Example: deviceType=WATCH
Responses
200

OK

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

405

Method Not Allowed

415

Unsupported Media Type

429

Too Many Requests

500

Internal Server Error

get/cards/tokens
Request samples
Response samples
application/json
{
  • "count": 67,
  • "rows": [
    ]
}