#bipin6343
1 messages · Page 1 of 1 (latest)
I remember you can put restriction in Coupon
Please take a look at this Doc https://stripe.com/docs/billing/subscriptions/coupons#redemption-limits
redemption limit is 1 but that doesn't increase untill the subscription schedule became active
Ah so you want to error when it's specified in multiple schedule, which is not effective yet?
Sorry that's something we haven't supported. Probably you would want to write a manager logic in your own system to prevent that happen
ie. save in some queue that this Coupon is "going to be used in a schedule" and refuse to apply a Coupon if it's in that queue