PayFanout API reference
    Preparing search index...

    Interface AdyenApiError

    Adyen's error envelope.

    interface AdyenApiError {
        errorCode?: string;
        errorType?: string;
        message?: string;
        pspReference?: string;
        status?: number;
    }
    Index
    errorCode?: string
    errorType?: string
    message?: string
    pspReference?: string
    status?: number