#Zachary - proration
1 messages · Page 1 of 1 (latest)
Hi there! My colleague isn't available at the moment. I'm happy to help out. Could you share more context on what's not working?
Sure thing. I tried to disable proration as listed in the docs (https://stripe.com/docs/api/subscriptions/update#update_subscription-proration_behavior) but it doesn't actually disable it. Could be a versioning issue maybe, although it doesn't give me any errors.
Do you have a subscription ID and/or request ID for your attempt?
Let me see
My developer is out at the moment, what hours is this discord server open? I could provide the ID shortly.
We're here for another few hours today but mostly out over the weekends
In any case, this might help. Updating a subscription's proration_behavior is not a value that sticks for all subscription changes going forward. For example, if you want to disable prorations for that subscription going forward, you always have to pass the parameter on every subsequent API Request that changes this subscription.
I see. Would simply manually removing the prorated invoices be a potential solution to this? We just don't want our users to be charged the prorated rate at all.
Hi there 👋 taking over for @hallow inlet as they have to step away.
You cannot remove invoices unfortunately, and voiding the invoice would cause all non-proration charges to be void as well.