Skip to content

Latest commit

 

History

History
85 lines (49 loc) · 1.9 KB

adyenthreeds2options.md

File metadata and controls

85 lines (49 loc) · 1.9 KB

@bigcommerce/checkout-sdkAdyenThreeDS2Options

Interface: AdyenThreeDS2Options

Hierarchy

Index

Properties

Methods

Properties

Optional widgetSize

widgetSize? : undefined | string

Specify Three3DS2Challenge Widget Size

Values '01' = 250px x 400px '02' = 390px x 400px '03' = 500px x 600px '04' = 600px x 400px '05' = 100% x 100%

Methods

Optional onBeforeLoad

onBeforeLoad(shopperInteraction?: undefined | false | true): void

Inherited from AdyenAdditionalActionCallbacks.onBeforeLoad

A callback that gets called before adyen component is loaded

Parameters:

Name Type
shopperInteraction? undefined | false | true

Returns: void


Optional onComplete

onComplete(): void

Inherited from AdyenAdditionalActionCallbacks.onComplete

A callback that gets called when adyen component verification is completed

Returns: void


Optional onLoad

onLoad(cancel?: undefined | function): void

Inherited from AdyenAdditionalActionCallbacks.onLoad

A callback that gets called when adyen component is loaded

Parameters:

Name Type
cancel? undefined | function

Returns: void