#Alumba-prorate-dashboard
1 messages · Page 1 of 1 (latest)
Proration behavior isn't a setting on the subscription itself
You will notice it is not a property of the API object but it is a param in the modify, update, and cancel functions
As per the documentation here https://stripe.com/docs/billing/subscriptions/prorations mentions, if i want to disable prorations, I should set the proration_behaviour = none, but the proration is still working.
Are you talking about the switch being back on in the UI or are you seeing prorations on updates you have made when you disabled prorations?
In the doc, it is saying that the default behavior of a modify call is to prorate, you can disable it per modify.
Ok noted. The proration behaviour should be set to 'NONE' every time the subscription is updated.
thank you.
Correct. Glad I could help clarify