#taysonvo
1 messages · Page 1 of 1 (latest)
This is possible with using promotion code on top of coupon and set restrictions.first_time_transaction to true: https://stripe.com/docs/api/promotion_codes/create#create_promotion_code-restrictions-first_time_transaction
It can be done on promotion code, but not coupon
our flow is using subscription schedule on stripe...so we have to use Coupon only.
Hmm how about Coupon with duration = once?
then it still can be added to another subscription schedule with same customer I think.
Could you try max_redemptions and redeem_by ?
I think max_redemptions is not correct...I want the coupon can be use many times might be unlimited for difference users...but just want to limit using time per user.
Ah I see. I think you probably would need to control it on user-level by your own system/logic