Connect Stripe so your customers can subscribe to your paid plans. We use your Stripe account directly — money lands with you. We don't take a cut of what you charge.
What gets wired
How to set it up
Sign in to Stripe.
Open dashboard.stripe.com. If you're testing first, switch to test mode at the top — same flow, no real money.
Copy your secret key.
Developers → API keys → Standard keys → Secret key. Click "Reveal" and copy.
Paste it into [Settings → Payments](/app/settings/payments).
We validate the key live, register a webhook, and store everything encrypted.
Set your plan prices.
Settings → Plans. Each plan can have monthly, yearly, lifetime tiers. Stripe Prices are created automatically the first time you save.
Going from test to live
When you're ready to take real money, repeat with the live secret key. Test data on the platform side is preserved — only the key changes.
Currency
Whatever currency your Stripe account uses, we use. Your customers see prices in that currency on /pricing. No conversion, no surprise fees.
What's next
- Users & plans — turn your priced plans on for sub-users.
- Branding — make sure the checkout looks like you.