#theculturedone
1 messages · Page 1 of 1 (latest)
Hello! Have you looked at the Customer Portal? https://stripe.com/docs/customer-management
Yea We have this set up for 'updating your billing info' already and i tried to push it for upgrades as well but Im talkin to the walls over here 😆 .
Is there nothing i can do with a webhook like reacting to events in some way to achieve this?
I'm not sure what you mean. As you mentioned you can update the existing Subscription with prorations, and you can do that when you receive a particular Event via webhooks if you wish.
Regarding this part:
but my clients want the user to go to somethink checkout_session- like to confirm their upgrade to a different tier.
That's what the Customer Portal is.
If you/they don't want to use that you'll need to build something custom instead.
Does the customer portal not create new subscriptions in the case that you have ongoing and you select a new one?
Does it just update? cuz I think i saw that it just made a new one, but maybe I was wrong.
I will maybe try to push upgrades on our server instead via subscription.update()