#juliajuliajulia
1 messages · Page 1 of 1 (latest)
Hi
You can create a coupon that applies only to certain products:
https://stripe.com/docs/api/coupons/object#coupon_object-applies_to-products
and the others without any restrictions
I invite you to do some tests
I'm just confused because docs say you can't have more than one discount/coupon attached to a subscription
But API docs suggest you can apply a discount to invoice line item, and also to invoice as a whole
I want to be able to apply a coupon and promo code to a subscription, and am wondering if this is feasible somehow
Ah yes you can't apply multiple coupons for the same subscription, sorry, missed that,
check these alternative discount methods:
https://stripe.com/docs/billing/subscriptions/coupons?dashboard-or-api=api#alternative
in your case you can have another price that is 50% the original price
ok thanks!