#ashish_best-practices
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1284131681963475006
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi there!
this doc covers how to upgrade a Subscription: https://docs.stripe.com/billing/subscriptions/upgrade-downgrade
and if you want to upgrade the subscription at the end of the current billing cycle, you would need to use Subscription Schedule for this: https://docs.stripe.com/billing/subscriptions/subscription-schedules
Additionally, how can I notify users of a price change? Also, is it possible to update the subscription price without notifying the customer and obtaining their acceptance first? Could you please help with this
Additionally, how can I notify users of a price change?
if you mean sending them an email, that's completely up to you. Stripe won't send an email speicifcally for this, but Stripe may send them the Invoice after the payment.
Also, is it possible to update the subscription price without notifying the customer and obtaining their acceptance first?
Technically yes, but I don't know if it's legal or recommended.
Can you please check this attached screenshot
Similar to how YouTube alerts users about price changes and requires their agreement or option to cancel, can we handle subscription price changes in Stripe in a similar manner? Specifically, how can we ensure that users are notified and have the opportunity to agree to the new price or cancel their subscription?