Hi there!
I am using Stripe to handle the payments of my app. (Official stripe plugin + stripe.js)
I would like to add the option of a „Lifetime/Forever“ Plan for my subscription. So usually a user is subscribed to a monthly or yearly plan and then has the option to upgrade to this „Lifetime“ plan.
Right now I just set up a new price (within the same product) that is not recurring but one-time. I thought this approach will work, but now it seems that a user cannot upgrade to this one-time plan.
Even if I try to do it manually in the Stripe Dashboard the option to change a subscription from yearly to one-time/forever plan is not possible. See the screenshot attached.
(It only works if I leave the yearly subscription active - but then the user gets charged again after the first year…)
How could this be solved?
Many thanks for your help in advance and best regards,
Nicolas