PayFanout API reference
    Preparing search index...

    Interface KrErrorLike

    Structural subset of PayZen's krypton-client (window.KR). Injected in tests, loaded from static.payzen.eu in browsers. Only setFormConfig, renderElements, submit, and onSubmit are load-bearing; everything else is optional so SDK variations degrade instead of breaking mount.

    interface KrErrorLike {
        children?: KrErrorLike[];
        detailedErrorCode?: string | null;
        detailedErrorMessage?: string | null;
        errorCode?: string;
        errorMessage?: string;
    }
    Index
    children?: KrErrorLike[]
    detailedErrorCode?: string | null
    detailedErrorMessage?: string | null
    errorCode?: string
    errorMessage?: string