#ericpres-promocode
1 messages · Page 1 of 1 (latest)
hello, reading one sec
you're saying you want to create PromotionCodes that only allow each Customer to use them once?
Correct.
If they sign up for the newsletter I want to give them a code for 10% off (as an example).
got it, so max_redemptions is for how many times you want the Promocode to be used overall
to limit to 1 to each Customer, you want to create a PromotionCodes per Customer e.g https://stripe.com/docs/api/promotion_codes/create#create_promotion_code-customer
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Ok. After playing with the API and your response that makes sense. Thanks for confirming that for me.