Interface

CreditCard

CreditCard

Members

string

# cardName

The nickname of the credit card instrument in the container.

View Source model/PaymentInstruments.d.ts, line 88

boolean

# cvvValidated

Indicates if the CVV of the credit card has been validated.

View Source model/PaymentInstruments.d.ts, line 92

boolean

# expired

Indicates if the credit card is expired.

View Source model/PaymentInstruments.d.ts, line 96

string

# expiryMonth

The month of the expiry date of the credit card.

View Source model/PaymentInstruments.d.ts, line 100

string

# expiryYear

The year of the expiry date of the credit card.

View Source model/PaymentInstruments.d.ts, line 104

boolean

# requiresCVV

Indicates if payments with this credit card requires a CVV check.

View Source model/PaymentInstruments.d.ts, line 108

string

# scheme

The credit card scheme.

View Source model/PaymentInstruments.d.ts, line 112

CreditCardStepUp

# stepUp

Whether a ChallengeResponse is required to make a payment with this card

View Source model/PaymentInstruments.d.ts, line 120

URL

# updateURL

The URL of an iframe. This iframe is used to capture a credit card expiry and CVV.

View Source model/PaymentInstruments.d.ts, line 116