#fillefilip8-coupon-once-time

1 messages · Page 1 of 1 (latest)

buoyant scarab
#

Not directly, no, but a couple questions:

  1. Where/how are you using these coupons?
  2. How do you determine "per customer" abstractly for your purposes?
north plaza
#

I'm using Stripe checkout...the idea is that the first 100 people can redeem the code (but only once per customer.. as in stripe customer)

buoyant scarab
#

Are you providing this as a customer facing promo code, or are you supply the coupon under the hood via the API call?

north plaza
#

well.. imagine the "coupon code" is "1234" and they will know that coupon code..

#

its not added by the backend.. the user needs to write it in..

#

but one customer can only use it once... and max 100 customers can use it

#

etc

buoyant scarab
#

Ok right, so that's using "promotion codes" then

#

Correct?

#

So that's available to you. Otherwise you would need to generate unique codes for customers and apply your logic to the generation sequence

north plaza
#

ah i see.. i guess it will work for now. But still a bit annoying there is no option to allow "single redeem per customer" regardless of their past transactions

#

another feature to my feature requests email...

#

thanks for the help tho @buoyant scarab