#trueinviso-bulk-price-change
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- trueinviso, 1 day ago, 26 messages
Hi 👋
Not sure what you mean here. The Price object replaces the Plan object. If you mean switching the Prices on a user's Subscription that is easily done
You would handle that through updates to the Subscription and we describe how you could achieve that here: https://stripe.com/docs/billing/subscriptions/upgrade-downgrade
I want to move these users from the old plan to the $150 one
So there isn't an easy way to do it from the dashboard or something, I have to write a script
This server is specific to developers writing code to integrate with Stripe APIs. The Dashboard does allow for this but you need to update the price from the Subscription. You cannot bulk change prices.