#id10t
1 messages · Page 1 of 1 (latest)
additional info: the goal is so that the customer can choose which price/plan to use.
Yup! You would use the Pricing Table, which redirects to Checkout once they choose a Price: https://stripe.com/docs/payments/checkout/pricing-table
cool. i didn't know about that... will check it out.
is there a way to configure the pricing table via the API?
the link you sent shows how to do it via the dashboard only
Ah, if you need an API option, you would need to create the Prices/Products and then build a custom UI to display them on your own. There isn't unfortunately an option for displaying multiple Subscriptions to choose from in Checkout
bummer. 😄 are their plans to allow creating pricing tables via the API in the future?
I'm not sure. I don't unfortunately have current state on product roadmaps unfortunately
no worries. thanks though.