Skip to content

Latest commit

 

History

History
106 lines (60 loc) · 1.98 KB

AdyenAdditionalActionOptions.md

File metadata and controls

106 lines (60 loc) · 1.98 KB

@bigcommerce/checkout-sdk / AdyenAdditionalActionOptions

Interface: AdyenAdditionalActionOptions

Hierarchy

Table of contents

Properties

Methods

Properties

containerId

containerId: string

The location to insert the additional action component.


widgetSize

Optional widgetSize: 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

onBeforeLoad

Optional onBeforeLoad(shopperInteraction?): void

A callback that gets called before adyen component is loaded

Parameters

Name Type
shopperInteraction? boolean

Returns

void

Inherited from

AdyenAdditionalActionCallbacks.onBeforeLoad


onComplete

Optional onComplete(): void

A callback that gets called when adyen component verification is completed

Returns

void

Inherited from

AdyenAdditionalActionCallbacks.onComplete


onLoad

Optional onLoad(cancel?): void

A callback that gets called when adyen component is loaded

Parameters

Name Type
cancel? () => void

Returns

void

Inherited from

AdyenAdditionalActionCallbacks.onLoad