How to Set Up a Product in Stripe
In this article, you will learn how to setup a product in Stripe and connect it to your account.
Part 1: Creating Your Product
Part 2: Retrieving Your API Keys
Part 3: Connecting Your App
Part 4: Adding Your Product To a Funnel
What You Will Need
1. An Active Stripe Account
Part 1 - Log into (or Sign up for) Stripe.
Step 1
Navigate to Billing (1) > Products (2) > Click on New (3)
Step 2
Enter the product name (1) > Click on Create product (2)
Step 3
Add the plan nickname (1) > Unit Price (2) > Billing Interval (3) > Click on Add pricing plan (4)
Repeat for other pricing plans.
Your product is ready to use.
Part 2 - Still in Stripe
Step 1
Navigate to Developers (1) > API keys (2) > Copy and retain the Publishable key (3) > Click on Reveal test key token (4)
Step 2
Confirm your password > Click on Continue
Step 3
Copy and retain the Secret key
Part 3 - In your client account
Step 1
Navigate to Settings (1) > Integrations (2) > Stripe (3). Your keys will go in (4) and (5).
Step 2
Insert your keys > Click on Save
Part 4 - Adding a subscription product in your funnel
Step 1
Navigate to your Funnel > select your funnel step with the product (1) > Click on Products (2) > Click on Add Product (3)
Step 2
Fill in your product details > Select the Stripe Plan you setup in Stripe (1) > Click on Save
Your product is now setup.
Your product will now dynamically show up in your funnel.