Stripe Plans API — Plans
Stripe Plans API — Plans. 5 operations. Lead operation: Plans. Self-contained Naftiko capability covering one Stripe business surface.
What You Can Do
Returns a list of your 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.
Deleting plans means new subscribers can’t be added. Existing subscribers aren’t affected.
Retrieves the plan with the given ID.
Updates the specified plan by setting the values of the parameters passed. Any parameters not provided are left unchanged. By design, you cannot change a plan’s ID, amount, currency, or billing cycle.
MCP Tools
p-returns-list-your-plans-p
Returns a list of your plans.
p-you-can-now-model-subscriptions
You can now model subscriptions more flexibly using the Prices API. It replaces the Plans API and is backwards compatible to simplify your migration.
p-deleting-plans-means-new-subscribers
Deleting plans means new subscribers can’t be added. Existing subscribers aren’t affected.
p-retrieves-plan-given-id-p
Retrieves the plan with the given ID.
p-updates-specified-plan-setting-values
Updates the specified plan by setting the values of the parameters passed. Any parameters not provided are left unchanged. By design, you cannot change a plan’s ID, amount, currency, or billing cycle.