#arn4v
1 messages · Page 1 of 1 (latest)
Hi there!
If a customer has a coupon, then it will be automatically used for the next invoice of that customer https://stripe.com/docs/api/customers/create#create_customer-coupon
So if you remove a coupon form a customer, then it won't be applied to the next invoice.
Can you suggest a migration path? We don’t want the coupon to automatically apply for new subscribers, but for existing ones we only want it to be applicable to their current subscription
I'm not sure I follow. Can you give more information about what exactly you are trying to do?
We have a bunch of customers who have the coupon applied on their customerId directly. We don’t want that coupon to apply to new products. Unfortunately those coupons are not limited to a product.
Got it. So you should remove the coupons, and replace them by new coupons that only apply to specific products https://stripe.com/docs/api/coupons/create#create_coupon-applies_to