#billibala
1 messages · Page 1 of 1 (latest)
Yep, you would just set what Products the Coupon is eligible to be used on: https://stripe.com/docs/billing/subscriptions/coupons?dashboard-or-api=api#set-eligible-products
However, the list of applies_to is immutable. If my customer adds more products, those new products can't be added to an existing coupon.
You would just need to create a new Coupon in that case