#suren - creating subscriptions
1 messages · Page 1 of 1 (latest)
Hello! Just starting a thread for you -- I'll review and respond as soon as I can 🙂
Okay, I will be waiting
Ah missed this one, apologies
Do you not want to actually change the price used until end of cycle, or you mean you just dont want to charge the customer the new amount until next cycle?
For the latter, you can do this by upgrading and disabling prorations:
https://stripe.com/docs/billing/subscriptions/upgrade-downgrade#changing
For the former case, you'd need to look at subscription schedule to make the change in future:
https://stripe.com/docs/billing/subscriptions/subscription-schedules/use-cases#upgrading-subscriptions
Yes, i try proration_behavior: 'none', but after stripe want to pay
What do you mean?
Can you explain, or provide an example and describe what is not expected?
If you're changing the recurring interval (eg monthly to yearly) or going from free to paid, an invoice is always created for payment right away:
https://stripe.com/docs/billing/subscriptions/upgrade-downgrade#immediate-payment
Does one of those apply to your use case?