PayFanout API reference
Preparing search index...
adapter-adyen/src
AdyenComponentLike
Interface AdyenComponentLike
interface
AdyenComponentLike
{
handleAction
?
(
action
:
Record
<
string
,
unknown
>
)
:
unknown
;
mount
(
target
:
string
|
HTMLElement
)
:
unknown
;
remove
?
()
:
void
;
unmount
?
()
:
void
;
}
Index
Methods
handle
Action?
mount
remove?
unmount?
Methods
Optional
handle
Action
handleAction
?
(
action
:
Record
<
string
,
unknown
>
)
:
unknown
Resolves an action returned by /payments (a threeDS2 challenge runs inline).
Parameters
action
:
Record
<
string
,
unknown
>
Returns
unknown
mount
mount
(
target
:
string
|
HTMLElement
)
:
unknown
Parameters
target
:
string
|
HTMLElement
Returns
unknown
Optional
remove
remove
?
()
:
void
Returns
void
Optional
unmount
unmount
?
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
handle
Action
mount
remove
unmount
PayFanout API reference
Loading...
Resolves an action returned by /payments (a threeDS2 challenge runs inline).