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
route.steps[]
Each step is one provider attempt. index values are contiguous starting at 1.
output[] entries
status enum
Evaluation rules
- The route enters at
index: 1. - The provider call runs.
- Yuno walks
output[]top-to-bottom; the first entry whosestatus(plus optionaldecline_types/error_rate_thresholdpredicate) matches the outcome wins. - If the matched entry’s
nextis an integer, jump to that step. Ifnullor no entry matches, the route terminates with the actual provider outcome.