Skip to content

Latest commit

 

History

History
81 lines (45 loc) · 1.44 KB

AdyenAdditionalActionCallbacks.md

File metadata and controls

81 lines (45 loc) · 1.44 KB

@bigcommerce/checkout-sdk / AdyenAdditionalActionCallbacks

Interface: AdyenAdditionalActionCallbacks

Hierarchy

Table of contents

Methods

Methods

onActionHandled

Optional onActionHandled(): void

A callback that gets called when an action, for example a QR code or 3D Secure 2 authentication screen, is shown to the shopper

Returns

void


onBeforeLoad

Optional onBeforeLoad(shopperInteraction?): void

A callback that gets called before adyen component is loaded

Parameters

Name Type
shopperInteraction? boolean

Returns

void


onComplete

Optional onComplete(): void

A callback that gets called when adyen component verification is completed

Returns

void


onLoad

Optional onLoad(cancel?): void

A callback that gets called when adyen component is loaded

Parameters

Name Type
cancel? () => void

Returns

void