#dpetrovaliev-promotions
1 messages · Page 1 of 1 (latest)
Hey tarzan
I'm just trying to understand whether you want to have a free subscription for a period of time or are you really selling them the product for free
it's not a subscription, it's a product
Oh I see, my bad
Actually i'm building an event system and i need to have a way to give to some of my customers a few tickets for free
Could you please share the error that you are getting?
can you give me the Product id prod_xxx that you are doing the promotion on
so I could check
note that 100% coupons are not supported for one time payments
https://stripe.com/docs/payments/checkout/discounts
Checkout does not currently support discounting a purchase below the minimum charge amount for one-time payments.
dpetrovaliev-promotions
ahh, this could be the issue
Actually they are 2 products one of them is the ticket i'm selling to my customers and the other one is the service fee
prod_LHzqCG1uTG7YmD - the ticket
prod_LMT8H4BysmX9oT - the service fee
yes, i found it through the link @strange knot sent
You can find the minimum charge amount and apply the discount accordingly
Instead of using a percentage discount you could use a fixed discount
when creating your coupon
and then i can skip this minimum charge amount?