Creating Products and Prices for Plans
Learn to define and manage products and their associated pricing models (e.g., monthly, yearly) within Stripe.
Intro to Products & Prices
Welcome to creating your subscription service! A key step is defining what you sell and how much it costs.
In Stripe, you'll use two main concepts for this: Products and Prices.
Think of them as the building blocks for any item or service you want to charge for, especially for recurring subscriptions.
What is a Stripe Product?
A Product in Stripe represents the core item or service you're offering. It's the 'what' you're selling.
- It holds general information like the product's name (e.g., 'Pro Plan', 'Premium Support').
- It can also include a description and optional images.
- A product itself doesn't have a price; it's just the definition of the offering.
For subscriptions, a product often represents a specific tier or plan.
All lessons in this course
- Introduction to Stripe Subscriptions API
- Creating Products and Prices for Plans
- Customer Portal & Basic Billing Management
- Handling Failed Payments and Dunning