TokenizationSimulateParams

This endpoint is used to simulate a card's tokenization in the Digital Wallet and merchant tokenization ecosystem.

Types

Link copied to clipboard
class Body
Link copied to clipboard
Link copied to clipboard
object Companion
Link copied to clipboard
class TokenizationSource : Enum

The source of the tokenization request.

Link copied to clipboard

The decision that the Digital Wallet's recommend

Functions

Link copied to clipboard

Returns the raw JSON value of accountScore.

Link copied to clipboard

Additional headers to send with the request.

Link copied to clipboard

Additional query param to send with the request.

Link copied to clipboard
Link copied to clipboard

Returns the raw JSON value of cvv.

Link copied to clipboard

Returns the raw JSON value of deviceScore.

Link copied to clipboard

Returns the raw JSON value of entity.

Link copied to clipboard

Returns the raw JSON value of expirationDate.

Link copied to clipboard
open override fun _headers(): Headers

The full set of headers in the parameters, including both fixed and additional headers.

Link copied to clipboard

Returns the raw JSON value of pan.

Link copied to clipboard
open override fun _queryParams(): QueryParams

The full set of query params in the parameters, including both fixed and additional query params.

Link copied to clipboard

The account score (1-5) that represents how the Digital Wallet's view on how reputable an end user's account is.

Link copied to clipboard
fun cvv(): String

The three digit cvv for the card.

Link copied to clipboard

The device score (1-5) that represents how the Digital Wallet's view on how reputable an end user's device is.

Link copied to clipboard
fun entity(): String?

Optional field to specify the token requestor name for a merchant token simulation. Ignored when tokenization_source is not MERCHANT.

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard

The expiration date of the card in 'MM/YY' format.

Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
fun pan(): String

The sixteen digit card number.

Link copied to clipboard
Link copied to clipboard

The source of the tokenization request.

Link copied to clipboard
open override fun toString(): String
Link copied to clipboard

The decision that the Digital Wallet's recommend