#japoorv-subscriptions
1 messages · Page 1 of 1 (latest)
@rich anvil you can pass proration_behavior:"always_invoice" when making the update call
https://stripe.com/docs/billing/subscriptions/upgrade-downgrade
If you want the customer to immediately pay the price difference when switching to a more expensive subscription on the same billing cycle, you can set proration_behavior to always_invoice, which will calculate the proration and then immediately generate an invoice after making the switch.
This won't change the billing cycle, right ?
right!
Thanks
Can we update the subscription at the end of the billing cycle ?
By this I mean the various resource allocations should take place in the next billing cycle.
you can use SubscriptionSchedules to make changes to the subscription at the end of the cycle for example, yes