Create secure card details token

Create a token that is used as a parameter to retrieve secure card details (PAN, CVV, and PIN) or to perform PIN alterations. This token is to be retrieved by the partner and pushed to the cardholder device where the call is made. The token will be valid for 60 seconds.

Log in to see full request history
timestatususer agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The ID of the card to generate the token

Body Params
string

Base64 UTF-8 encoded RSA public key to be used to encrypt the token in the response. The key must be at least 4096 bits in length.

string
Defaults to READ

What the token will be used for. UPDATE tokens cannot be used for READ purposes, and READ tokens cannot be used for updates.

Headers
string

Card Management Token required when the token will be used to alter card details

Responses

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json
*/*