#whimsy_portal-differences

1 messages ¡ Page 1 of 1 (latest)

twin krakenBOT
#

👋 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/1306688855436689488

📝 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.

frosty grail
#
  • how do we then add new items but while also making user agree to that change
  • what webhook events are generated on success and what on fail
hasty fox
#

whimsy_portal-differences

#

@frosty grail when you call the Update Subscription API and pass items: [{price: 'price_123', quantity: 1}] what this does is add that Price price_123 to the existing Price(s) on that Subscription. It doesn't replace the old Price(s) with that new one.

Today, the Customer Portal does not support Subscriptions with more than one Price/Product unfortunately. It's documented here https://docs.stripe.com/customer-management#customer-portal-limitations
So we don't let you add a second Price to the existing one through it

frosty grail
#

oh rip, why is that so

hasty fox
#

the vast majority of integrations never have more than one Price so we focused on that first.

frosty grail
#

rip, my subscription have more products that user can change quantity of, so it kinda sucks not having nice stripe ui for that

hasty fox
#

Yeah I hear you, we do want to add support to it in the future. Just haven't been able to yet.

frosty grail
#

ah welp