Simulate a card's tokenization
This endpoint is used to simulate a card's tokenization in the Digital Wallet and merchant tokenization ecosystem.
Request body
The account score (1-5) that represents how the Digital Wallet's view on how reputable an end user's account is.
The three digit cvv for the card.
The device score (1-5) that represents how the Digital Wallet's view on how reputable an end user's device is.
Optional field to specify the token requestor name for a merchant token simulation. Ignored when tokenization_source is not MERCHANT.
The expiration date of the card in 'MM/YY' format.
The sixteen digit card number.
The source of the tokenization request.
The decision that the Digital Wallet's recommend
Example request
{
"cvv": "776",
"pan": "4111111289144142"
}Response
OK
The account token associated with the card being tokenized.
The card token associated with the card being tokenized.
Date and time when the tokenization first occurred. UTC time zone.
The device identifier associated with the tokenization.
Specifies the digital card art displayed in the user's digital wallet after tokenization. This will be null if the tokenization was created without an associated digital card art. See Flexible Card Art Guide.
The status of the tokenization request
Globally unique identifier for a Tokenization
The network's unique reference for the tokenization.
The dynamic pan assigned to the token by the network.
The network's unique reference for the card that is tokenized.
The channel through which the tokenization was made.
Latest date and time when the tokenization was updated. UTC time zone.