#GORR
1 messages ยท Page 1 of 1 (latest)
Good question. Checking in to whether this info is accessible via API
Can a single promo code can be redemed multiple times?
Yes, you can set a limit but otherwise it is unlimited https://stripe.com/docs/api/promotion_codes/object#promotion_code_object-max_redemptions
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Unfortunately I am having trouble looking in to your overall question. I have reached out to colleagues who may know more about accessing this info via the API
Hi @fierce spear ๐
Would checking the number of times a Promotion Code has been redeemed via their times_redeemed value work for what you're trying to accomplish?
https://stripe.com/docs/api/promotion_codes/object#promotion_code_object-times_redeemed
If not, could you tell me a bit more about what you're hoping to be able to do?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.