@bigcommerce/checkout-sdk › AdyenAdditionalActionOptions
-
AdyenAdditionalActionCallbacks
↳ AdyenAdditionalActionOptions
• containerId: string
The location to insert the additional action component.
▸ 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
▸ onComplete(): void
Inherited from AdyenAdditionalActionCallbacks.onComplete
A callback that gets called when adyen component verification is completed
Returns: void
▸ 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