#_customer-portal
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/1272916521727033367
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, I recommend reviewing this document, https://docs.stripe.com/billing/subscriptions/upgrade-downgrade to better understand how upgrading a subscription, https://docs.stripe.com/api/subscriptions/update looks like.
This is from an API pov; how can I have the "Update Plan" button show up in the customer portal UI?
the one that stripe provides out of the box
Ah! You're referring to the CustomerPortal. You'd want to review this, https://docs.stripe.com/customer-management/configure-portal and https://docs.stripe.com/customer-management/integrate-customer-portal. The CustomerPortal configuration allows you to configure how you'd want the CustomerPortal to behave. Then, you'd use that to create a CustomerPortal session to allow your customer to make the changes.