#Lozzzko
1 messages · Page 1 of 1 (latest)
What are 'slots' in this scenario? That's not a Stripe term
sorry my bad, technically in our backend changes the item number in stripe
the customer had one business subscription - buys another one and since it's only one item in Stripe we change the number from 1 to 2, which affects the coupon
Do you have a specific example you can share? But I think this is just how it works (i.e. the discount applies to all items on the Subscription)
What you could do is create a Coupon that only applies to the specific Product/Price you want to reduce: https://stripe.com/docs/billing/subscriptions/coupons#set-eligible-products
So if I correctly understand in our case where a purchase results in change of qty the percentage coupon will always result in discounting all the QTY in the item?
So we have to provide only discount with set amount, not percentage.
yes, per-item-discounts are not a feature in our Subscriptions API today so coupons apply to the whole thing