PayFanout API reference
    Preparing search index...

    Interface PayZenEnvelopeLike

    PayZen response envelope — the outcome lives HERE, the HTTP status is always 200.

    interface PayZenEnvelopeLike {
        answer?: unknown;
        mode?: string;
        serverDate?: string;
        status?: string;
        webService?: string;
    }
    Index
    answer?: unknown
    mode?: string
    serverDate?: string
    status?: string
    webService?: string