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 Anything
Add your Stripe keys and webhook configuration to your app
Activate Test Mode
1
Open Stripe Dashboard
2
Enable Test Mode

Create a Product
1
Open Product Catalog

2
Create Product

3
Configure Pricing
Set up recurring pricing for your product

4
Set Price

5
Get Price ID
Copy the price ID - you’ll need this for Create

6
Add to Anything
Set the price ID in your Anything configuration

Configure Webhooks
1
Find Webhooks
Search for 
webhook
in the Stripe dashboard
2
Create Endpoint

3
Set Endpoint URL
Use the format:
your-app.created.app/api/stripe-webhook

4
Get Project ID

5
Configure Events

6
Select Events
Subscribe to these events:
customer.subscription.created
customer.subscription.updated

7
Verify Configuration
Your webhook configuration should look like this:

8
Get Webhook Secret


9
Configure Anything
Add the webhook secret to your Anything configuration

Add API Keys
1
Locate API Keys

2
Get Secret Key

3
Copy Key
Never share or commit your secret key

4
Add to Anything
Set your secret key in Anything’s configuration

After completing setup, test your integration using Stripe’s test mode before going live.