Stripe Features
Subscriptions & Billing
Stripe provides subscriptions & billing for your applications.
One-time Payments
Stripe provides one-time payments for your applications.
Checkout Sessions
Stripe provides checkout sessions for your applications.
Customer Portal
Stripe provides customer portal for your applications.
Webhook Handling
Stripe provides webhook handling for your applications.
Invoicing
Stripe provides invoicing for your applications.
How to Integrate Stripe
Follow these steps to add this integration to your CreateOS project
Step 1
Create a Stripe account at stripe.com
Step 2
Get your API keys from the Stripe Dashboard
Step 3
Add STRIPE_SECRET_KEY and STRIPE_PUBLISHABLE_KEY to CreateOS environment
Step 4
Configure webhook endpoint URL in Stripe Dashboard
Step 5
Add STRIPE_WEBHOOK_SECRET to environment variables
Step 6
Deploy your application with Stripe integration
Environment Variables
STRIPE_SECRET_KEY=your_value_hereSTRIPE_PUBLISHABLE_KEY=your_value_hereSTRIPE_WEBHOOK_SECRET=your_value_hereSTRIPE_PRICE_ID=your_value_hereRelated Integrations
Stripe FAQ
Use Stripe's test mode with test API keys. Test card number 4242424242424242 simulates successful payments. CreateOS templates are pre-configured for easy test/live mode switching.
Yes, templates support Stripe Connect for two-sided marketplaces. Split payments between platform and sellers automatically.