Skip to content

Plans

You can now model subscriptions more flexibly using the Prices API. It replaces the Plans API and is backwards compatible to simplify your migration.

Plans define the base price, currency, and billing cycle for recurring purchases of products. Products help you track inventory or provisioning, and plans help you track pricing. Different physical goods or levels of service should be represented by products, and pricing options should be represented by plans. This approach lets you change prices without having to change your provisioning scheme.

For example, you might have a single “gold” product that has plans for $10/month, $100/year, €9/month, and €90/year.

Related guides: Set up a subscription and more about products and prices.

Endpoints

Create a plan

  • POST /v1/plans

Update a plan

  • POST /v1/plans/:id

Retrieve a plan

  • GET /v1/plans/:id

List all plans

  • GET /v1/plans

Delete a plan

  • DELETE /v1/plans/:id

Events

  • plan.created Occurs whenever a plan is created.

  • plan.deleted Occurs whenever a plan is deleted.

  • plan.updated Occurs whenever a plan is updated.

Stripe API Reference - Self-contained docs reference, refreshed 2026-05-18