PayFanout API reference
    Preparing search index...

    Interface RoutedSessionResult

    interface RoutedSessionResult {
        attempts: RoutedAttempt[];
        pspName: string;
        session: PaymentSession;
    }
    Index
    attempts: RoutedAttempt[]

    Candidates tried before the winner, in order. Empty on a first-try success.

    pspName: string

    The PSP that won — pin all follow-up calls (complete/capture/refund/…) to it.