#andrew-h_api

1 messages ¡ Page 1 of 1 (latest)

unborn hatchBOT
#

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

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

chilly shuttle
gray trellis
#

Hey Hanzo! Thanks for the help - got it. So for updating a subscription, this must be done through an API.

"You can change existing subscriptions without having to cancel and recreate them. Set up the customer portal to let your customers manage their own subscriptions and billing details through a Stripe-hosted page."

This means to say that subscription updates cannot be done in the Customer Portal is that right? Only from the API.

#

For example, here when I am in the Customer Portal - I see no way for me to remove products from the subscription. Or options for adding to the subscription.

So if I want to have a more customized, Customer Portal experience - then I would need to create this using Stripe Elements. Is that right?

chilly shuttle
#

Customer Portal does allow customers to update their subscriptions themselves, yes

gray trellis
#

Awesome! Ok.

chilly shuttle
#

But there are certain limitations

unborn hatchBOT
chilly shuttle
#

So if I want to have a more customized, Customer Portal experience - then I would need to create this using Stripe Elements. Is that right?
Stripe Elements are mainly for collecting payment method details. They don't really affect how Customer Portal appears

gray trellis
#

Got it - understood. One more question before I continue integration - and thank you for your time.

My understanding of the Pricing table, is that I cannot use it to allow a user to subscribe to multiple products. Is that right?

The fastest way I can do this is by creating a page of the products with React. And then a user can check a checkbox to indicate what products they want to subscrive, might be 1, might be all 5. Then once all the products they want are checked, I then pass that information onto Stripe Checkouts to do payment processing (No elements used).

Does this seem like a sane plan to you?

true owl
#

Hi, taking over as my teammate needs to step away. Let me catch up.

#

Otherwise, you're right.

gray trellis
#

Gotcha, ok just making sure.

#

thanks!

true owl
#

There is a feedback to allow add-on pricing on the Piricng Tables so they can add more items on the Pricing table before they checkout

#

Sure