Solutionunvalidated
Create a new Price in Stripe under the existing Product object by passing the `product` parameter. — If your intention is to create a new plan and migrate all existing user/subscriptions to the new plan then. Tension: How would I go about changing it on stripe? Outcome: update each existing Subscription to use the new Price. This can be done via the API, or via the Dashboard.
5d90d5b4-33a4-4992-81c4-8a2346b20f1f
Create a new Price in Stripe under the existing Product object by passing the product parameter. — If your intention is to create a new plan and migrate all existing user/subscriptions to the new plan then. Tension: How would I go about changing it on stripe? Outcome: update each existing Subscription to use the new Price. This can be done via the API, or via the Dashboard.