CvvOnlyCard

constructor(maskedCardNumber: String, expiryDate: CardExpiryDate, type: PaymentMethodType, cvv: String?)

Parameters

maskedCardNumber

The masked card number, e.g. "489537xxxxxx6287"

expiryDate

The card's expiry date, e.g. "12/22"

type

The card's PaymentMethodType, e.g. PaymentMethodType.VISA

cvv

The card's CVV to be tokenized


constructor(maskedCardNumber: String, expiryDate: CardExpiryDate, type: PaymentMethodType)

Use this constructor to display a CVV input screen and tokenize the entered CVV.

Parameters

maskedCardNumber

The masked card number, e.g. "489537xxxxxx6287"

expiryDate

The card's expiry date, e.g. "12/22"

type

The card's PaymentMethodType, e.g. PaymentMethodType.VISA