#dharavathkarthik
1 messages · Page 1 of 1 (latest)
Sounds like pricing table is a good starting point: https://stripe.com/docs/payments/checkout/pricing-table
Does it dynamically shows which is current plan and the plans that user can upgrade
No it does not, you'd use the portal for that: https://stripe.com/docs/customer-management
Is there a strategy which combines both or any better alternatives?
There is not, you'd use them together
Can you share some references on how to combine the together
They'd be bound together by a single Customer object (cus_xxx) that would map to a user in your application