Skip to main content
Yuno runs the operational rules most payment teams otherwise script by hand. This page maps the job you need done to the feature that does it, so you can find the right switch without reading every page. Some of these are configured in the Dashboard and some on the API request itself; the last column tells you which.

What runs automatically

Combine them

The features compose. A typical set-up for a subscription business:
  1. A route with a primary provider and a fallback, and a Monitor on it, so an approval-rate drop moves traffic without anyone watching a chart.
  2. Smart Retries on every subscription, so a declined renewal is retried at the best moment on whichever provider the route selects.
  3. Risk Conditions on the same route, so cards or customers you no longer trust are blocked or held before the provider is called.
  4. A webhook endpoint that consumes payment.purchase, payment.refund, payment.chargeback, and subscription.*, so your billing system stays in sync without polling.

What Yuno does not do

Yuno does not expose a free-form trigger and action builder. There is no way to define “when this event happens, call this URL or send this email” from the Dashboard. If you need a rule that is not covered by the table above, the pattern is to consume the webhook for the event and call the capture, cancel, or refund endpoint from your own system. Tell your account team about the rule as well; most requests of this kind map to a feature on the roadmap.