#.drama.llama.

1 messages · Page 1 of 1 (latest)

inner domeBOT
drowsy marsh
#

Unfortunately not. Existing subscriptions will continue on their existing price or plan even after it is archived. Usually the way to go forward is to use the API to upgrade your existing subscriptions one-by-one

wintry ibex
#

okay, I can deal with that.

And is old plan_xxx and new price_xxx fully interchangable?

drowsy marsh
#

I think you can use plans as prices but you cannot use prices as plans

#

So no need to recreate a plan as a price if you want to use the same plan

wintry ibex
#

Right but now under Products I see my old "plan" as it was called back then with id: plan_FrtNoBm0IIxIBz

And the new price price_1Np9xdL09RI1Bo1N8RLH4xp0

Both in the same list called "Pricing" once I clicked a name under the Products tab.

The old kind of "plan" I just don't find anymore

drowsy marsh
#

Until you archive one of those, they should both work but they are considered to be separate things by Stripe

#

How are you trying to find the plan that is not working?

wintry ibex
#

I think I just will have to dig into plan / price difference and see if I need to update code.

Thanks!

#

But I see it's backward compatible.

Which is all I need.
So my old code that created a subscription and added a plan will still work with the new price.

drowsy marsh
#

Yes, as far as I know it should

#

There may be a couple times you need to pass in the price ID to a price parameter rather than a plan parameter but that is only if you get an error with the existing code