Retrieve an access token for card data and digital wallet operations
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.
GET
cURL
Authorizations
Path Parameters
The ID of the card to work with.
Maximum string length:
36Example:
"e9293471-5eb3-4dbc-916c-dbaf9e2deefd"
Query Parameters
The ID of the account to work with.
Example:
"F50091"
The ID of the person to work with.
Maximum string length:
36Example:
"775596ae-2624-40af-a9dc-9756110a4a04"
The MFA session id.
Example:
"c92e2960-b745-4b38-8e77-898b2f9ad9bb"
The security token e.g. MFA code.
Example:
"123456"
The operation for which a client token is requested.
Available options:
VIEW_CARD, ADD_CARD_TO_WALLET Example:
"VIEW_CARD"
Response
200 - application/json
OK
cURL