PayFanout API reference
    Preparing search index...

    Interface RoutingRule

    interface RoutingRule {
        use: string[];
        when?: RoutingConditions;
    }
    Index
    use: string[]

    Ordered candidate chain: first is the primary, the rest are failover.

    All present conditions must hold (AND); each condition's list is an OR. Empty/absent = match-all.