Docs
Create new product in Stripe
Create new product in Stripe
How to create a new product - subscription and one-time price in Stripe
You can create a new subscription or one-time price in Stripe.
- Register on Stripe
- We need to create 2 prices: for Development and Production modes.
- Navigate to Test mode and create a new product for Development mode.
- Navigate to Live mode and create the same product for Production mode.
- Go to each product and copy
API ID
inPricing
section. Example ofAPI ID
->price_111111111111111111111
. - Paste
API ID
inprices.ts
file in/services/stripe.com
.
Example: