#HannahEich- Customer Portal
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
could you please provide some Ids so I could take a look?
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Yes sure: req_EOJOoYxhZ2fWhp
I'm really sorry for keeping you waiting
I'm still trying to investigate
which product/price didn't work?
PrdocutId: prod_LKzeuPgueEDoE1
PriceIds: price_1KeJh0FZtLuP7SnrOZSBbHQs, price_1KeJf8FZtLuP7SnrksTjOSOJ
the yearly one https://dashboard.stripe.com/prices/price_1KeJf8FZtLuP7SnrksTjOSOJ is archived (you did something in the dashboard earlier to disable it : https://dashboard.stripe.com/logs/req_HPeeJUstRDALE6 ) which would mean it's not possible for customers to switch to that Price, if that's the issue you're seeing
No thats not the issue, even with the monthly one the Customer Portal does not allow to update memberships in general or update the quantity.
It is missing the blue button in general!
Can you share how you're creating the portal sessions? Are you enabling those features via config?
The above shot is how it looks like for earlier customers and in test mode, the button is missing for newer customers with a Standard Subscription (but could be unrelated to the subscription)
Sure I'll check how we are creating them again!
So the portal is created like this:
OK, so you're not specifying an explicit config during the session creation, which means your default config will be used from your settings
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Note that your default config settings are separate for live vs test mode
So you might just need to adjust your live mode defaults ๐
Nope unfortunately thats not it - they are specified here - do you think explicitly stating them with every billing session could make a difference?
That's live and test mode..
And it's working for certain subscription packages...
It's possible to specify the portal feature for only some products but not others, but it doesn't appear that you're using that feature in particular
https://stripe.com/docs/api/customer_portal/configurations/create#create_portal_configuration-features-subscription_update-products
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.