PayFanout API reference
    Preparing search index...

    Interface CompletionHandlerContext

    Passed to onCompleted — the reference the client sent and the routed PSP.

    interface CompletionHandlerContext {
        pspName: string;
        request: Request;
        sessionRef: string;
    }
    Index
    pspName: string
    request: Request

    The original request (headers/URL only — its body is already consumed).

    sessionRef: string