#Zachary-proration-behavior
1 messages · Page 1 of 1 (latest)
Hi there
Proration behavior is set upon creation/update of a Sub and affects how that particular action will behave. It isn't a setting that will carry across all Subscription actions. Are you not seeing it occur on future updates after you set it on creation per-chance?
If you want to give me an example Sub to look at that would also help
Is there a way to disable proration for a given subscription? Proration will result in inconsistnet billing amounts from what I am gathering from the docs.
What we are doing is removing a customer's subscription and replacing it with an updated one, and we want to make sure they are only billed for the cost of the new subscription (so we need to disable proration to do that from what I understand)
Using Stripe version 9.16.0.
You disable proration by setting proration_behavior: 'none' when updating: https://stripe.com/docs/api/subscriptions/update#update_subscription-proration_behavior
Recommend giving a read through https://stripe.com/docs/billing/subscriptions/prorations if you haven't yet
Thanks, I'll try this out real quick. Appreciate the help