Quickstart
Get Windback up and running in five minutes.Create an Account
Sign up at windbackai.com/register with email or Google OAuth.
Create a Project & Get API Keys
After onboarding, create your first project. You’ll receive two API keys:
| Key Type | Prefix | Use For |
|---|---|---|
| Public | pub_ | Widget, cancel flow, webhooks |
| Secret | sk_ | Server-side SDK calls, dashboard API |
Connect Your Payment Provider
Add a webhook URL in your payment provider’s dashboard:Windback supports Stripe, Razorpay, Paddle, Dodo Payments, and custom webhooks.
Add the Cancellation Widget (Optional)
Add the widget to your cancellation page to capture cancel reasons:
View Churn Events
Visit your dashboard to see incoming cancellations and failed payments. Each event shows customer details, cancel reason, and churn risk score.
Next Steps
Authentication
Learn about API keys and auth methods
Stripe Integration
Set up the Stripe webhook
Node.js SDK
Install the SDK for server-side use
Cancel Flow
Set up the cancellation flow