#anujmulik
1 messages · Page 1 of 1 (latest)
There's the Pricing Table, which "hooks up" to Checkout and does exactly that: https://stripe.com/docs/payments/checkout/pricing-table
we have a custom pricing table - but the issue is we have different profile with different plans - and each plan needs a monthly and annual option
what i am looking for is a checkout session with multiple prices
Unfortunately that's not possible
are checkout sessions restricted to one product one price?
okay - thanks for clarifying
No, they can have multiple, but they cannot be used to choose between different products
how would one configure multiple prices for a single checkout session?
this is for subscriptions btw - not sure if that adds complexity
i can create a checkout session per product - but i want the option of both annual and monthly price to show up in the checkout session
You can't have that show up on the Checkout Session. That's what the Pricing Table is for