Interface

CreditCardStepUp

CreditCardStepUp

Details of what step up is required to use a CreditCard

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

Members

boolean

# mandatory

Indicates if this step up is mandatory.

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

string

# type

This will be CAPTURE_CVV which identifies that the consumer must capture the CVV prior to payment.

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

URL

# url

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

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