#Min.K
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
discount is the final object after applying coupon or promotion code.
For Subscription, it only supports single coupon or promotion code, so only one discount will be present.
Given that Invoice supports multiple discounts, it seems like Subscription should be able to support multiple discounts as well. Am I thinking correctly?
No. Subscription only supports single discount. This has been explained in https://stripe.com/docs/billing/subscriptions/coupons?dashboard-or-api=api#discount-customers
Only one coupon can apply to an invoice; it’s not possible to stack two or more coupons. A coupon attached to a subscription takes priority over a coupon attached to a customer.
Even though Subscription uses Invoice under the hood, their feature supports are different