#Say_Hello-promo-usage
1 messages · Page 1 of 1 (latest)
Is the intention for this to be a one-time usage across the entire system?
You likely just need to set a redemption limit when creating the promotion code: https://stripe.com/docs/billing/subscriptions/coupons#limit-redemptions
But the problem is that redemption limits apply to the coupon across every customer
Then you'd need to create a promotion code per customer
Unfortunately there's no other way to say 'this promotion code can be used once by every customer'
It's either 1x promotion code per customer, or 1x promotion code for a single redemption across all customers
There's no direct API for that, you'd need to compute that yourself
Yeah, that could work! It depends what it is exactly you need to do