How to create products and prices

You can now create a product and the associated price(s) at the same time in your Dashboard. Below is a demo of the latest Product Editor, but you can also create product & prices directly when creating or updating subscriptions or invoices via the Dashboard or API.


Creating products and prices using the Dashboard

Log in to your Stripe Dashboard and navigate to the Products Dashboard.

Click on the + Add product button.

Add:

You can also open the Advanced options to add:

Hint: You can hover over the Info icon for helpful tips.

Add a price to your product

Once the product has been defined, you now need to create associated prices

  1. Select your pricing model:
    1. Standard: Use this if you charge the same price for each unit. This can be for recurring or one-off prices.
    2. Package: Use this if you charge by the package or a group of units. For example, if you charge US$25 for every five units. This can be for recurring or one-off prices.
    3. Graduated: Use graduated pricing tiers that may result in a different price for some units in an order. For example, you might charge US$10.00 per unit for the first 100 units and then US$5.00 per unit for the next 50. Today, this is only available for recurring prices.
    4. Volume: Use this if you charge the same price for each unit based on the total number of units sold. For example, you might charge US$10.00 per unit for 50 units and US$7.00 per unit for 100 units. Today, this is only available for recurring prices.

For more examples and details on how to do this via the API, see https://stripe.com/docs/billing/subscriptions/examples.

  1. Fill in the details matching your pricing model (one-off vs recurring, Tiers, Billing period)
  1. Metered billing lets you charge customers based on reported usage at the end of each billing period. For this usage-based model, make sure to tick the usage is metered box.
  2. You can also open the Advanced options to add a price description (optional) for internal tracking purposes

You can add additional prices for that same product from the same page. This could be useful if you want to offer the same product in a different currency or with a different interval (for example, yearly vs monthly.

View and update products and prices

Actions you can take from this page include:

Editing your product

You can also choose to archive or delete your product if it is no longer active. We recommend archiving and not deleting, to make sure that you preserve historical information. Once deleted, you will not be able to recover any information about the product.

You can use the Copy to live mode button at the top right to copy your product from test mode to live mode when you're ready.

Edit a price

If the price has already been used, you can only edit the description and the trial period of a price. For prices that have not been used, you can edit the pricing structure as needed:

Once you have set up products and prices, you can see how to set up subscriptions or invoices here.

Creating products and prices using the Stripe API

To learn more, see the Prices guide. If you are interested in updating your integration to use price objects directly, see this Migration guide.


Additional information