#zendron_code
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/1313217246989914162
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello, with Stripe I think the best way to do that would be to use a subscription schedule to create a monthly subscription and cancels after 12 months. For the Customer Portal, I think you would want to disable users being able to cancel the subscription from the portal.
https://docs.stripe.com/billing/subscriptions/subscription-schedules
https://docs.stripe.com/customer-management/configure-portal#cancellation-management
Is that roughly what you were looking for? Happy to be more speak more to this or look in to anything I missed
Let me take a look at this and get back to you in just a second :)
So there is no way to implement it in a way that the customer portal can still be used normally when trying to do it like this?
Yeah, you can set cancellations to happen at the end of the current cycle, but here that would mean at the end of the monthly cycle. I think you could catch one of those cancellations and then modify the subscription so that it cancels further down the line, but our customer portal UI would still show the end of the month date which would likely be pretty confusing for users. You may have to make your own cancellation page here