#yogeshwari
1 messages · Page 1 of 1 (latest)
Promotions code belongs to a Coupon. And you can limit the Coupon to a specific product
Yes I know, But I want to do like this
For example I have one product "PRO" in stripe and I created coupon for this same but I need to create this type of promotion code which is single time use per customer, I do not want to select specific customer. I just need to do If so and so user is never use this promotion code for this PRO plan so that they can use it one time, But after again they will going to purchase same plan with same promotion code then I need to restrict the user because before they already used this promotion code
so how can i do that?
https://stripe.com/docs/payments/checkout/discounts#limit-by-first-time-order how about this first_time_transaction field?
first_time_transaction field will count 1st transaction of any plan
Like first I purchase PREMIUM plan so stripe counted as 1st time transaction and then I will purchase PRO plan with promotion code so didn't allow to aaply promotion code because its frist transaction was PREMIUM product
I see, so you want first transaction but per customer, and per product
Yes
I am afraid we don't have such an option for a single Promotion Code :/ We can have multiple Promotion Code, each bounds to a Product, and limit 1st transaction.
Ok
So is that any other way to create this type of combiantion for promotion code?