#rodney_api
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/1331351665307160616
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
- rodney_api, 1 hour ago, 28 messages
To clarify, the subscriptions target different APIs/features on our end, so it would be common for a customer to have one or both active
Hi, we document some of the limitations for Customer Portal here: https://docs.stripe.com/customer-management#customer-portal-limitations. To clarify, are you asking if you can configure the Customer Portal to have different cancellation behaviors on these separate subscriptions on a single Portal? Or, something else?
Yes ideally on a single portal, but if it's possible to have multiple portals (one for each subscription type) on the same stripe account/environment that would work too
I've only been using the dashboard to test/manage the portal in our test environment, but it seems like it may be possible using the API and setting up an endpoint or something that returns a configured portal URL? https://docs.stripe.com/customer-management/integrate-customer-portal
Though I'm not seeing a way to specify product types or other distinguishing values
Yeah what you're looking for is not supported. The Portal Configuration, https://docs.stripe.com/api/customer_portal/configurations/create would apply to all subscriptions.
You will need to build this logic on your end. I will also share this feedback with the team to enable subscription specific configurations.
Gotcha, thanks for checking/confirming
Sure!
If this was a "dealbreaker" feature (I don't think it is), would it be possible to migrate one subscription type to another account? Or would it be less work to just not allow the customer portal and bake it into our page using elements?
It'd be easier to just build your own "portal" page than managing subscriptions on two different accounts imo
cool that's kinda what I figured. We already do that to some extent with the usage-based subscription
๐
thanks again for the help!