#kpedrozag - updating prices on existing subs
1 messages ยท Page 1 of 1 (latest)
I really appreciate ๐
๐ taking over
Have you had a chance to refer to these docs?
https://stripe.com/docs/billing/subscriptions/upgrade-downgrade#changing
Thanks. So based on the docs, I'd need to update every active subscription individually and set the new price? I'm trying to find something that update ALL subscription at once instead of update one by one
I don't think we have an API that allows for bulk update unfortunately.
You'd likely want to run a script that updates the individual subscriptions by calling the API.
Ok, I see. If the subscription have an active discount with a fixed amount that applies on each billing cycle date and I update it with a the price, does the amount discounted remains?
๐ If it's a recurring discount (not a one-time one) then the discount would continue to be reapplied for the next invoice