Stripe
Checkout, subscriptions and paywalls on your own Stripe account. Connected with your own key — encrypted, server-side only, never exposed to the browser.
What you can build
Prompts like these, typed into opix, produce working Stripe features.
Connect it in three steps
Create the key
Generate an API key in your Stripe account — the link below takes you to the exact page.
Paste it in opix
Open your project → Connectors, paste the key. It's stored encrypted and injected server-side; even you only see the last four characters afterwards.
Prompt what you want
Describe the feature in chat — opix writes the Stripe code with honest fallbacks built in.
Keys & setup
| Environment variable | Required |
|---|---|
| STRIPE_SECRET_KEY | Yes |
| STRIPE_WEBHOOK_SECRET | Optional |
Webhook endpoint (available after you publish): https://<your-app>/api/stripe/webhook — add it in Stripe → Developers → Webhooks and paste the signing secret here (optional, needed for fulfillment webhooks).
Honest by default
Apps built with opix never pretend. Without a key, checkout routes return 503 and the UI shows a setup note instead of the pay button — payments are never faked.
Build with Stripe today
Describe the app, connect your key, ship it.
Stripe is a trademark of its respective owner, used for identification purposes only. opix is not affiliated with or endorsed by Stripe.