#JohnTheFrog
1 messages · Page 1 of 1 (latest)
I meant subscription item's price
Is there likely to be a change in their billing amount?
I have a case when I have to make a position free until specific date, but from buisness perspective this is not a trial, nor I can use subscription scheduler
Given we have annual subscription item "PRO" for 1200$ (paid upfront), I want to downgrade it into "FREE" item for 0$
It already has been paid, I have a problem with replacing subscription item without filling user's credit balance
Also Free item is on monthly interval
The billing amount shouldn't change as user paid upfront
If I would make some example, imagine you bought an Pacific annual PRO plan, and in half of the billing period you want to go monthly FREE plan (for whatever reason), but this is not refundable action
After end of billing period you should be charged for monthly PRO
The last part I can hold on my own within our system, but stripe seems to make it hard for doing non-refundable subscription updates
I think you'd just need to pass proration_behavior: 'none' when you update and we won't credit their balance for the unused time: https://stripe.com/docs/billing/subscriptions/prorations
Did you try that?
👋 taking over for my colleague. Let me know if there's any follow-up Qs I can answer!