PayFanout API reference
    Preparing search index...

    Interface AdyenComponentLike

    interface AdyenComponentLike {
        handleAction?(action: Record<string, unknown>): unknown;
        mount(target: string | HTMLElement): unknown;
        remove?(): void;
        unmount?(): void;
    }
    Index
    • Resolves an action returned by /payments (a threeDS2 challenge runs inline).

      Parameters

      • action: Record<string, unknown>

      Returns unknown