#itismejy
1 messages · Page 1 of 1 (latest)
Hi there, you can't swithc plan from Stripe checkout
https://stripe.com/docs/no-code/customer-portal#add-ons you can use the customer billing portal to let your customer to upgrade/downgrade their subscriptions
thanks for the response. lets say a customer is basic version, they want to upgrade to pro version, ican use stripe checkout so they buy the pro version, and then on the back-end manually cancel their basic version and re-assign them to pro correct?
You can, but it means that you'll create a new subscription and cancel the existing subscription.
will stripe checkout show the pro-rated cost? for example I have product X, upsell to product Y, if I am on product X and decide to buy product Y will it prorate the cost for me with stripe checkout (https://stripe.com/docs/billing/subscriptions/prorations)
No
thanks, can i see how the stripe checkout page looks like when updating my payment method? i couldnt find any screenshots about the layout or how the screen would look like (https://stripe.com/docs/payments/checkout/subscriptions/update-payment-details)
You mean a sample of payment_method.attached event ?
no, a sample of the stripe checkout ui. how the stripe checkout page woud look like when a user is updating their payment method
No I don't have the UI, but you can follow the guide to test it out yourself
thanks, does stripe checkout allow for canceling subscriptions?
No