C
ChurnRecovery
Get started free
TemplatesHigh-Ticket Enterprise

High-Ticket Enterprise

Designed for enterprise and high-ARPU products. Prioritizes human escalation and generous discounts to save high-value accounts.

Save Rate
35-45%
Best For
Enterprise SaaS with $500+/mo plans
Category
Enterprise

Interactive Preview

yourapp.com/settings/subscription

We're sorry to see you go

Tell us why you're leaving — we might be able to help.

Code

cancel-flow.jsjavascript
const result = await cr.showCancelFlow({
  customerId: user.id,
  subscriptionId: user.subId,
  reasons: [
    { id: 'budget-cuts', label: 'Budget cuts', icon: '📉',
      offer: { type: 'discount', percent: 40, duration: 6 } },
    { id: 'not-enough-value', label: 'Not enough value', icon: '⚖️',
      offer: { type: 'human', message: 'Account manager will reach out in 2h' } },
    { id: 'switching', label: 'Evaluating alternatives', icon: '🔄',
      offer: { type: 'human' } },
    { id: 'technical-issues', label: 'Technical issues', icon: '🐛',
      offer: { type: 'human', url: '/support/priority' } },
    { id: 'team-change', label: 'Team reorganization', icon: '👥',
      offer: { type: 'pause', months: 3 } },
    { id: 'other', label: 'Other', icon: '💬',
      offer: { type: 'human' } },
  ]
})

Reason → Offer Mapping

ReasonOffer TypeWhat the customer sees
📉Budget cuts
💰 Discount
Let's make it work — 40% off for 6 months
⚖️Not enough value for the price
💬 Human
Let's get you to the right person
🔄Evaluating alternatives
💬 Human
Let's get you to the right person
🐛Technical issues
💬 Human
Let's get you to the right person
👥Team reorganization
⏸️ Pause
Pause while your team settles in
💬Other
💬 Human
Let's get you to the right person

Other Templates

SaaS Standard

The most popular cancel flow template. Covers price objections, feature gaps, and low usage with sma...

View →

Freemium Downgrade

Instead of full cancellation, offer a free tier downgrade. Perfect for products with freemium models...

View →

Feedback-First

Prioritizes collecting detailed feedback over saving customers. Ideal for early-stage products where...

View →

Use this template — free

Copy the code above, join the waitlist for your API key, and start saving customers today.

Get Early AccessRead the Docs →