Private Beta onboarding: connect Stripe
Private BetaDuring Private Beta, SaaS Churn Predictor uses read-only Stripe access and optional imported usage/support context for daily scoring. We recommend creating a restricted API key for maximum security.
Step 1: Create a restricted key
- Log in to your Stripe Dashboard.
- Navigate to Developers > API keys.
- Under the “Restricted keys” section, click Create restricted key.
- Give the key a name (e.g., “SaaS Churn Predictor Private Beta”).
- Grant Read permissions to the following resources:
- Account
- Customers
- Subscriptions
- Invoices
- Charges
- Disputes
- Click Create key.
Step 2: Complete Private Beta onboarding
- Copy the newly generated key (it will look like
rk_live_...). - Go to your Setup Wizard.
- Paste the key into the Stripe Restricted Key field.
- Provide any usage/support context your team can import for better daily scoring coverage.
⚠️ Security Note
Never share your standard secret key (sk_live_...) if you can avoid it. While we encrypt all keys at rest, using a restricted key ensures we can only read the data necessary to compute daily churn scores. We cannot issue refunds or create charges on your behalf.