#rodan28
1 messages · Page 1 of 1 (latest)
here? or on priv?
Yes here
If you want a private support conversation, then you should ask on https://support.stripe.com/contact
sub_1NmMrUB6p3Ein0hXC4iGY2EF
Thanks! Give me a few minutes to look into this.
so this subscription has 3 invoices, two with 0 euros,
last one has 51,60 - coupon 20 euros
and the upcoming invoice also has coupon 😐 - 20 euros
ok, thanks, I have time
Looks like your code is adding the discount to the Subscription multiple times:
https://dashboard.stripe.com/logs/req_0BlaZwrCi4vi0D
https://dashboard.stripe.com/logs/req_f9o408VTDTH0Nm
https://dashboard.stripe.com/logs/req_UDyeGIjhwtRaku
So make sure to only add the coupon once if you want to only apply once
give me second, I wll check something
ok, you are right, in test clock when I added manually coupon everything is ok,
but this is for us problem, because when users knows coupon id he can add coupon in next months
You could use the Promotion Codes instead that will only have a limited number of uses: https://stripe.com/docs/api/promotion_codes/create#create_promotion_code-max_redemptions
is any difference between coupons and promotions code?
Yes, Coupons define the behaviour of the discount, Promotion Codes are used to redeem the discount.