#kashishsolanki_01597
1 messages · Page 1 of 1 (latest)
https://docs.stripe.com/api/coupons/object#coupon_object-max_redemptions try this parameter
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Yeah if you want to control this in stripe, the above param is really the only way to do this
If using a promo code, you can also limit it to only a first time transaction: https://docs.stripe.com/api/promotion_codes/create#create_promotion_code-restrictions-first_time_transaction
hmm okay