Scope
In what sequence do coupon and manual discounting work?
What is the logic of applying manual discounting and coupons?
Solution
When your business operates in both inbound and outbound sales workflows, you may provide manual discounts during the sale and also share coupons with customers that can be applied during checkout. In such cases, where multiple manual discounts and coupons are applied to a single subscription, they are applied to the subscription in the following sequence:
- Line-level, fixed amount coupons
- Line-level, fixed amount discounts
- Line-level, percentage coupons
- Line-level, percentage discounts
- Invoice-level, fixed amount coupons
- Invoice-level, fixed amount discounts
- Invoice-level, percentage coupons
- Invoice-level, percentage discounts
Example:
For a Subscription of $20, when given a Manual Discount of 50% and a Coupon of $10, then Coupon Flat Fee will apply first and then percentage-based (Manual Discount) will apply.
Subscription | Amount |
---|---|
Subscription | $20.00 |
Coupon Flat Fee | ($10.00) |
Manual Discount @ 50% | ($5.00) |
Renewal Amount | $5.00 |
Related Documentation