#dpetrovaliev
1 messages · Page 1 of 1 (latest)
👋 happy to help
maybe this would help https://stripe.com/docs/customer-management
Yes but i want to have a way to display the all plans in my app and let the user choose what plan he like to upgrade
i also need to have an all features listed under the plans
this is not achievable with manage billing portal
Hey! Taking over for my colleague. Let me catch up.
Then, you can refer to pricing table instead:
https://stripe.com/docs/payments/checkout/pricing-table
They are not working in my case
I’m using laravel cashier as a payment handler on my back end
price tables don't support displaying current plan of the user as i described
also i don't have any way to reference the user in my backend to the user who buys the plan from the stripe's pricing table
Yes true.
So I think you need to implement your own frontend that display the (logged) customer your plans and features and connect it back to Laravel Cashier in order to handle payments
ok, but then i'm getting back to the main question:
Is there a way to open a stripe checkout page that displays the upgrading from one plan to another and what's the differences in prices and how the new price is being calculated?
Is there a way to open a stripe checkout page that displays the upgrading from one plan to another and what's the differences in prices and how the new price is being calculated?
and
i want to have a way to display the all plans in my app and let the user choose what plan he like to upgrade
No, there isn't.
ok, thanks. so i will be using the manage billing portal then
thanks for fast responding
have a great day!
Thanks! have a nice day. Don't hesitate to come back if you have any follow up questions 🙂