#yamith_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/1333892273250762763
📝 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.
- yamith_api, 21 hours ago, 17 messages
- yamith_customer-portal-subscription-updates, 4 days ago, 263 messages
- yamith_api, 5 days ago, 6 messages
Hi, what integration are you using? If you're creating the subscription on your end, https://docs.stripe.com/billing/subscriptions/overview you would need to handle this on your UI. You'll create different prices and make some of them as 'add-ons' etc.
I'm using the Stripe interface to create prod_ and price_, and using the Customer Portal configuration to display them.
Hello, I don't believe customer portal is able to show upsell/cross-sell prices.
Stripe Checkout supports it out of the box though - https://docs.stripe.com/payments/checkout/upsells
https://docs.stripe.com/payments/checkout/cross-sells
But the customer wouldn't be able to choose whether they want to access the add-on.
I have a product created with 4 prices: 1 month, 3 months, and two annual plans. However, it doesn't let me have two price_ with the same billing period under the same prod_. One of those annual price_ includes an extra feature on the platform. So, I thought of removing one of the annual plans, leaving only one, and adding the extra to it if the customer wants to purchase it with that extra.
This is my customer portal configuration
Yeah we list that as a limitation here - https://docs.stripe.com/customer-management#:~:text=Customers can’t define,version
Customers can’t define multiple Prices with the same product and recurring.interval values. For example, to offer a magazine for 4.00 USD per month standard price and 3.00 USD per month for students, create a separate student magazine Product version.
Okay, if I have this prod_RTcpAHMUS5DiUh and in this other one I use prod_QWrgaNwVCGvAdj, could I deny product upgrades only for prod_QWrgaNwVCGvAdj, so that only the subscription can be canceled?
Yup, you can specify the products that support updates under https://docs.stripe.com/api/customer_portal/configurations/create#create_portal_configuration-features-subscription_update-products
Only products listed under subscription_update would support updates
Could you give me an example of how it would be done? I tried to do it like this but it won't let me update any