#jonathanbull - proration behavior
1 messages · Page 1 of 1 (latest)
That is a very good point
However, this is because prorations are not a property of the subscription per se but rather the change to a subscription
You can use the Upcoming Invoice API to preview how any change to a subscription would affect the charges: https://stripe.com/docs/api/invoices/upcoming
And more about prorations in general here: https://stripe.com/docs/billing/subscriptions/prorations
Is there any way to view the proration_behaviour for a subcription in the Stripe dashboard?
Sorry, I'm probably not quite following this. We're just looking to update all of our subscriptions to turn off proration, and then verify that change was effective.
There is not a place in the Dashboard to view this because it's not a property of existing subscriptions. The idea is, when either the account or the customer make a change to the subscription, the change is what has the proration behavior.
So in this case you would just need to build your system to set proration_behaior=none whenever updating a subscription
I get it, thank you for your help 🙂