| Fail over when a provider’s approval rate drops | Monitors: alert by email or Opsgenie, redirect traffic to your fallback providers, keep a small share on the original provider to detect recovery, and return traffic when the rate recovers | Routing, on each route’s condition set |
| Retry a declined subscription renewal at the right moment | Smart Retries: up to six attempts with a default, smart, or custom schedule, a stop on hard declines, and an optional cancel when retries are exhausted | The retries object on the subscription |
| Retry a renewal on demand | Retry Subscription endpoint | API |
| Retry a capture or refund the provider failed | Transaction Retries: up to seven attempts on a fixed schedule, with sub-statuses you can follow | simplified_mode: true on the capture or refund request |
| Capture or release an authorization after a set time | Delayed capture and delayed cancel: Yuno captures after delayed_capture_settings.delay or cancels after delayed_cancel_settings.delay | The payment request |
| Decline, allow, or hold a payment based on who is paying | Risk Conditions: rules with allow, block, review, or test outcomes, plus blocklists, allowlists, and review lists | Risk Conditions, attached to your routes |
| Skip fraud screening or 3DS for trusted customers | Allowlists with the outcome you choose | Risk Conditions |
| Send a payment to a different provider by amount, BIN, brand, country, currency, installments, transaction type, or metadata | Routing and routing conditions, with Smart Routing for the rest | Routing |
| Act on a chargeback or inquiry in your own systems | The payment.chargeback webhook, with the dispute status and sub_status, and the Chargeback management view | Developers, Webhooks |
| React to any payment, refund, capture, cancel, enrollment, or subscription change | Webhooks for every object, signed with HMAC | Developers, Webhooks |