Add Stripe to your Create template
Set up your Stripe account to start charging for subscriptions in your app.
Before you begin, you’ll need a Stripe account. Watch this setup guide to help you get started.
Setup Overview
Configure Stripe
Set up your products and pricing in Stripe’s dashboard
Connect to Create
Add your Stripe keys and webhook configuration to your app
Activate Test Mode
Open Stripe Dashboard
Enable Test Mode
Create a Product
Open Product Catalog
Create Product
Configure Pricing
Set up recurring pricing for your product
Set Price
Get Price ID
Copy the price ID - you’ll need this for Create
Add to Create
Set the price ID in your Create configuration
Configure Webhooks
Find Webhooks
Search for webhook
in the Stripe dashboard
Create Endpoint
Set Endpoint URL
your-app.created.app/api/stripe-webhook
Get Project ID
Configure Events
Select Events
Subscribe to these events:
customer.subscription.created
customer.subscription.updated
Verify Configuration
Your webhook configuration should look like this:
Get Webhook Secret
Configure Create
Add the webhook secret to your Create configuration
Add API Keys
Locate API Keys
Get Secret Key
Copy Key
Add to Create
Set your secret key in Create’s configuration
After completing setup, test your integration using Stripe’s test mode before going live.
Was this page helpful?