#alalva_alalva-customer-portal-configuration
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/1266452089991725058
๐ 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.
- alalva_invoice-timestamps, 4 days ago, 41 messages
- alalva_api, 6 days ago, 9 messages
@stable tulip looks like you're in the wrong place, this thread is for someone else's question.
- If you have your own thread please chat there.
- If you have a question or a followup to a closed thread use one of the buttons in https://discord.com/channels/841573134531821608/842637025524842496 to get help (we don't reopen closed threads).
Note that posting inappropriate messages in other people's threads is against the rules. No worries if this was just an honest mistake, but anyone who violates the rules multiple times will be removed from this server.
@stable tulip please only converse in your thread
HI @strong iris ๐
It's not clear to me what you are trying to do. Where do you want to display the specific Subscription?
Hi, so basically i want to display this specific subscription in the customer portal.
But only to this specific customer because this plan is just for that specific user. Within my product catalog i have 1 product that has multiple pricing ids that are created under this Product named GearHire PRO ENTERPRISE PLUS.
Unfortunately we do not allow you to restrict the Customer Portal like that. Neither the Create Portal API https://docs.stripe.com/api/customer_portal/sessions/create or the Portal Configuration API https://docs.stripe.com/api/customer_portal/configurations/create allow you to specify a single Subscription
But only to this specific customer
That part, at least, we can do since each Customer Portal session is unique to a specific Customer
https://docs.stripe.com/api/customer_portal/sessions/create#create_portal_session-customer
i'll look at this document! Will I have to enable anything in the dashboard under subscriptions? The reason i ask is because under Subscriptions I have to let it know what subscriptions to show and because the Product called GearHire Pro ENTERPRISE PLUS has multiple plans it requires for me to let it know which one of the products i want to show.
Unfortunately I'm not familiar with the Dashboard options. I'm not entirely sure what you are referring to here.
ok, i can ask Stripe. I'm looking at the Create portal session customer, and i do have this call as part of my existing workflow, there is a parameter called configuration, and it says its an "id of an existing configuration to use for this session, describing its functionality and features, if not specific it will use the default configuration" where can i find this id?
The configuration is the one you create in this API https://docs.stripe.com/api/customer_portal/configurations/create
If you have already created some configurations that you wish to reuse, you can list them using this API
https://docs.stripe.com/api/customer_portal/configurations/list
got it, Thank you!
Sure thing, happy to help ๐