#waqas ahmad
1 messages · Page 1 of 1 (latest)
Actually I create a annual subscription with price $54 and 75 customers use this subscription. Now I want to change subscription price from $54 to $65. How can I so this??
You would need to write a script to make this update for the Subs for these Customers
We don't support any batch APIs at this time
So you would need to loop in this case
That I can do. But my question if change price of subscription then after 1 year stripe charge according to updated price or old one??
The Subscription will be charged using the new Price going forward
When you make the update you will want to account for proration
As it will likely come into play
https://stripe.com/docs/billing/subscriptions/upgrade-downgrade discusses how this works