Routing and cascading turn a set of provider connections into an explicit merchant policy for choosing among eligible payment routes.
Eligibility comes before priority
Hard constraints decide whether a route may be used: GEO, payment method, currency, amount, limits, traffic type and current availability. A route that fails one of these constraints should not enter the preference calculation. Keeping eligibility separate makes the policy easier to test and prevents commercial preference from overriding a mandatory rule.
Preferences order the eligible routes
Soft preferences can include observed conversion, processing cost, stability, available volume or a merchant-defined priority. They do not guarantee approval and should be interpreted using comparable traffic slices. A route can lead the cascade for one segment and remain ineligible for another.
Fallback is a readiness question
A backup route is useful only when commercial approval, provider configuration, technical lifecycle and production controls are ready. Track whether the route is known, qualified, integrated or active. Exercise the failover path and confirm limits, callbacks, support ownership and reconciliation before relying on it during an incident.
A cascade without an explanation trail is difficult to operate, even when it produces the expected result.
Every decision needs evidence
Record the eligible set, applied rule, selected route, provider response and later corrective actions. Monitor changes by route and failure reason, investigate degradation before changing policy, and compare the same metrics after the change. This closes the loop between routing and payment operations.
Make a route policy explainable.
Review hard constraints, priorities, fallback readiness and the evidence your team needs.
Explore routing & cascading ↗