#glorious_monkey_48297
1 messages · Page 1 of 1 (latest)
Hello! What is the desired behaviour?
I want to make first 1000 users can redeem coupon code but one user can use only once
Then you need to look at creating n Promotion Codes for the Coupon and restricting usage: https://stripe.com/docs/billing/subscriptions/coupons#promotion-codes
Otherwise you'd need to track redemption/usage yourself