#administrator2864
1 messages · Page 1 of 1 (latest)
https://stripe.com/docs/api/customer_portal/configurations/create#create_portal_configuration-features-subscription_update-products here you can configure what product/prices to be displayed when your customer choose to update a Subscription
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
@safe iris Isn't there a no-code way of setting up products & subscription for the customer-portal ?
upon doing that we are seeing only "add payment" info, but no list of products with prices to checkout.
What did we miss ?
Which screen are you looking at?
https://dashboard.stripe.com/test/settings/billing/portal I believe the correct page
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
I don't have my products/subscriptions in the Test page. In fact I had not even activated the Test-customer-portal-link.
But, I have activated the link for customer-portal from non-Test page, which has list of products/subs details. I'm using the API keys of non-Test setup.
why are these products not showing up ?
I need my screen from https://dashboard.stripe.com/settings/billing/portal
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
You mean Live mode instead of Test mode?
I would suggest testing and make sure things work as expected in Test mode first
If you have your products shows in Test mode, we can move over to Live mode to confirm
Is there a way to move product/subscription information from Live to Test ? It’s a lot of typing and clicking 😞