TokenType

public enum TokenType

Types of token.

Enum Constants

ANALYTICS

public static final TokenType ANALYTICS

A token only for analytics/identifying the account. Cannot be used for payments.

NETWORK

public static final TokenType NETWORK

Token supplied by the network.

REUSE

public static final TokenType REUSE

A token to be reused for payments, using just the token value for reuse. This token is never format-preserving, instead it uses a UUID format to identify the account.

REUSE_WITH_SCHEME

public static final TokenType REUSE_WITH_SCHEME

A token to be reused for payments when the scheme is provided. This token can be format-preserving, depending on the configuration of the tokenization service.

TRANSACTION

public static final TokenType TRANSACTION

A token unique to this particular transaction.