PayFanout API reference
    Preparing search index...

    Interface AdyenAction

    The "what to do next" instruction Adyen returns instead of a result (3-D Secure, redirect).

    interface AdyenAction {
        paymentData?: string;
        type?: string;
        url?: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    paymentData?: string
    type?: string
    url?: string