#lolito-coupon-limit
1 messages ยท Page 1 of 1 (latest)
Hi there ๐
You're correct that max_redemptions is a global counter across all Customers. The closest pre-built restriction that we have is restricting Promotion Codes to only be usable on the first purchase a Customer makes:
https://stripe.com/docs/api/promotion_codes/object#promotion_code_object-restrictions-first_time_transaction
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.