#mpjhorner-coupons
1 messages · Page 1 of 1 (latest)
it would yes. I think the only case it wouldn't is if the discount is tied to a Coupon that uses applies_to to only work with the old Product, or if you explicitly remove the discount as part of the update.
Understood, much appreciated.
Last question...
If you have 50% off, 2 months, and then they swap to an annual price. That would be within the 2 months. Would it apply 50% to 2 months worth of the year or just 50% off the whole year or not apply at all?
the duration on coupons doesn't work as a prorata discount, it just means, for any invoice that is created for the duration that the coupon is applied(so over the next two months), apply the coupon to that invoice
if you move from a monthly to annual plan, that immediately invoices for the upcoming year (https://stripe.com/docs/billing/subscriptions/upgrade-downgrade#immediate-payment) (and you can choose if that prorates a discount for unused time in the month or not). so if a coupon is active it would apply to that invoice. You mainly have to test all this for your exact scenarios as it's complicated.