#xfechx-coupon-repeating
1 messages · Page 1 of 1 (latest)
Hi 👋 repeating is used if you want to apply a coupon to a subscription and have it apply to invoices for that subscription for a certain number of months.
https://stripe.com/docs/billing/subscriptions/coupons#creating-coupons
As far as I know, are you encountering an error when you try to do that?
and if I use forever, it will be applied to everything for that customer, yes?
If you apply the coupon directly to the customer, then yes it will apply to all recurring charges for that customer.
What is it that you're trying to accomplish?
trying to use it on checkout sessions
so, if I go forever, it would be applied for an ongoing subscription charges?
Yes, if you create a forever coupon and provide it to a checkout session that is in subscription mode, then the discount created by the coupon will apply to all invoices for the subscription created by that checkout session.