Skip to main content

Overview

Smart Retries is Yuno’s automatic retry mechanism for failed subscription payments. When a recurring payment fails (due to insufficient funds, expired card, or temporary processor issues), Smart Retries attempts to collect the payment again based on a configurable schedule. Combined with dunning management, this feature helps recover revenue and reduce involuntary churn.

How Smart Retries Work

  1. A scheduled subscription payment fails.
  2. The subscription enters PAST_DUE status.
  3. Smart Retries schedules retry attempts according to your configuration.
  4. Between retries, optional dunning emails notify the customer.
  5. If a retry succeeds, the subscription returns to ACTIVE.
  6. If all retries are exhausted, the subscription is cancelled (or a custom action is triggered).
Smart Retries use intelligent timing to maximize recovery rates. Yuno analyzes historical payment patterns to determine optimal retry windows, such as retrying near typical payday dates.

Configuring Retry Schedules

Define your retry schedule when creating or updating a subscription configuration.

Retry Schedule Options

Example Schedules

Dunning Management

Dunning is the process of communicating with customers about failed payments. Yuno can automatically send notifications at each retry stage.

Dunning Configuration

If final_action is set to CANCEL, the subscription will be permanently cancelled after all retries are exhausted. Use PAUSE if you want to allow manual recovery.

Decline Categories and Retry Logic

Not all payment failures should be retried. Yuno categorizes declines to optimize retry behavior:
Hard declines (stolen card, invalid account) are not retried regardless of your retry schedule. This prevents unnecessary processing and potential fraud flags.

Webhook Events for Retries

Best Practices

  • Start with the Standard schedule (1, 3, 5, 7 days) and optimize based on recovery data.
  • Enable dunning notifications to give customers a chance to update their payment method.
  • Use PAUSE instead of CANCEL for high-value subscriptions to allow manual recovery.
  • Monitor retry metrics in the Yuno Dashboard to identify patterns and adjust schedules.
  • Implement subscription.payment.retry_failed webhooks to trigger in-app notifications or support outreach.
You can view retry history and recovery rates in the Yuno Dashboard under Subscriptions > Analytics > Recovery.