#planetkill - upsell
1 messages · Page 1 of 1 (latest)
I will double check but I don't believe there is any support for this currently, since that would be a "downsell", so to speak.
Yes, that it true. Although the goal isn't to downsell
In the docs https://stripe.com/docs/payments/checkout/upsells it says "After a customer selects an upsell, the line_items for the Checkout Session update to reflect the upsell price."
I wonder if it is possible to force the upsell to be selected when Stripe Checkout session is created by changing the line_items or some other parameter
catching up here one sec
I wonder if it is possible to force the upsell to be selected when Stripe Checkout session is created by changing the line_items or some other parameter
not sure I understand, you would just create a CheckoutSession with the upselled Price
if that is what you're asking
yes but if I create the checkout session with the upsell price, it removes the slider option to be able to go back to monthly
would like to still have the slider to switch back from annual to monthly
ah you mean a "downsell"
i suppose, but the goal isn't to downsell. Just to load the stripe checkout page with the upsell already selected