#Wasabi - Subscriptions - Outstanding Balance
1 messages · Page 1 of 1 (latest)
I think you can try passing in changes to the subscription object using the Upcoming Invoice approach shown here: https://stripe.com/docs/billing/subscriptions/prorations#preview-proration
I'm going to double check though
Here's the relevant API doc with more details on the parameters you can use: https://stripe.com/docs/api/invoices/upcoming
Okay yep. You would use this approach with the Subscription ID and the subscription_cancel_at parameter to determine the prorated amount.
Then modify the subscription to set proration_behavior=none prior to canceling it
Thanks so much @deft cipher very helpful!
Happy to help! Subs and Billing in general are complex products. There's a lot you can do but with great options comes great confusion 😓