#Zarar Ansari
1 messages · Page 1 of 1 (latest)
yes mate
Have you read through https://stripe.com/docs/billing/subscriptions/upgrade-downgrade ?
how we can do this with all the users ?? because we have arround 50 users using this same plan subscription
because we want update the subscription price only
You would need to write a script to perform the updates
So you would list out the Subscriptions and update the Price for each one
There is no bulk update currently supported
each one user??
so please suggest the best solution, through which our user current subscription cant be lost and users can easily pay the update price from next of month.
The updated Price will contain the same interval, correct?
Like monthly?
Do you want proration to be involved?
Or they just pay the whole amount of the new Price at the next month?
Yes, because in our scene all the users are paying from the 1st of month when any user comes in mid of month, we charged from through cash and generate the schdule stripe as they can easily pay auto payment from next of the month..
so we have two things already running subscriptions and the schdule subsciptions of users.
if we changed the plan price today so next month they will be charge the updated price for both plans.
When you perform your Subscription update, you want to set proration_behavior: none in that case (https://stripe.com/docs/api/subscriptions/update#update_subscription-proration_behavior)