#Alpha-kr
1 messages · Page 1 of 1 (latest)
Hi there 👋 I believe it is correct that you can't apply multiple Coupons to a Checkout Session.
Based on your description, it also seems like it wouldn't be necessary to do so as the 100% discount would make the purchase free so the other Coupon would have no impact anyway. Instead of trying to double up on the Coupons, can you switch which Coupon is being used for your Customers that shouldn't pay?
yes I agree but is there any way in stripe to indicate what customers should have 100% discount and the other discount? or that behaviour depends on the developer when is creating the checkout session?
because one discount is global for all users and the 100% discount is for some users.
No, pre-built functionality for that does not exist, it would be up to your integration to know which discount to apply to the Checkout Session that it is creating.
ok thanks