#bboystatix
1 messages · Page 1 of 1 (latest)
Hi there!
As in say i create a coupon that is to apply for 3 months
I create a promo code
And i dont want that customer to redeem that ocupon again after 3 months
it should be once per customer
And you are using this to create the coupon? https://stripe.com/docs/api/coupons/create?lang=node
No im using stripe dashboard
Got it.
Unfortunately I don't think what you want can be done with Stripe directly. However that's something that you can build on your end on top of Stripe.
Hmmm then perhaps i need to make the coupon expire on that date?
True, that could be a workaround.
this is the part i dont get
if i set it to say 50
then if i input it 50 times do i use up others chance to use it?
If you set it to 50, it means the maximum total numuber it can be redeemed if 50.
For example 50 customers can redeem it once. Or one customer can reedem it 50 times. Or 2 customers can redeem it 25 time each.