PayFanout API reference
    Preparing search index...

    Interface RoutedAttempt

    interface RoutedAttempt {
        error: PayFanoutError;
        pspName: string;
        skipped: boolean;
    }
    Index

    Why this candidate did not produce the session.

    pspName: string
    skipped: boolean

    True when the candidate was skipped up front (capability mismatch), false when the PSP call failed.