Skip to main content
A routing tells Yuno, for one payment_method on one account, which connection to use — and lets you branch by buyer attributes (country, currency, amount, card brand, custom metadata, …).

Resource shape

Top-level fields route.steps[] Each step is one provider attempt. index values are contiguous starting at 1. output[] entries status enum Evaluation rules
  1. The route enters at index: 1.
  2. The provider call runs.
  3. Yuno walks output[] top-to-bottom; the first entry whose status (plus optional decline_types / error_rate_threshold predicate) matches the outcome wins.
  4. If the matched entry’s next is an integer, jump to that step. If null or no entry matches, the route terminates with the actual provider outcome.