#talon_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/1393188900448637049
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
๐ Hi there, Happy to help!
No the portal is just for editing existing Subscription
You can use Stripe pricing code for creating a Subscription with a no code option:
https://docs.stripe.com/payments/checkout/pricing-table
our subscription plan is
team size 5 with 50 gb
team size 10 with 100 gb
but we have additional add on production just for gb
so team with size 5 can buy extra 50gb
Customer portal is just for updating existing Subscirption but not creating a new one
so how can we add a product to existing subscription?
we have base plans and then add on products
so that means we need to build our own portal
can we disable update from portal. so user's don't use that because as you said we need custom api for this
and can the pricing table also support a link to the dashboard so user can manage their subscription? or is it only pricing table/first time subs
can we disable update from portal. so user's don't use that because as you said we need custom api for this
Yes you can configure the portal to not allow Subscipriton updates
I don't see option where user can see customer portal after subscribing and cancel their subscription
No that's only applied when a customer have already a subscription
The customer can cancle their subscription from the customer portal, what you mean here? The customer should be already on the portal in order to cancel their subscription
i was looking for this
https://docs.stripe.com/customer-management/activate-no-code-customer-portal
Yes and what is the ask ?
thanks anyways