Retrieve an access token for card data and digital wallet operations beta

Returns an access token that can be used for:

  • Getting card's sensitive data
  • Verifying the ability to add a card to a digital wallet

Access tokens expire after 5 minutes.

SecurityCommonAuth
Request
path Parameters
cardId
required
string <uuid> <= 36 characters

The ID of the card to work with.

Example: e9293471-5eb3-4dbc-916c-dbaf9e2deefd
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
sessionId
string

The MFA session id.

Example: sessionId=c92e2960-b745-4b38-8e77-898b2f9ad9bb
token
string

The security token e.g. MFA code.

Example: token=123456
operationName
string

The operation for which a client token is requested.

Enum: "VIEW_CARD" "ADD_CARD_TO_WALLET"
Example: operationName=VIEW_CARD
Responses
200

OK

get/cards/{cardId}/access-token
Request samples
Response samples
application/json
{
  • "token": "string"
}