#wess_code
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1217934535585435718
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Can you share the checkout session you're trying to use it on?
you shared a different one in the question above ๐
yeah, same coupon, just diferent promocode
both not working anyway ๐
try applying NINETY
I think it's the duration
hmm, can you elaborate pls?
Ah okay
Looks like the discount reduces the actual total below 50 cents
which is the mimimum amount you can charge on Stripe
gotcha thanks, any workaround?
pricing is dynamic depending on items number being purchased, but we would like to give 90% discount
can we just enforce the minimum amount of 0.5$? witohut failing the promocode?
๐ Stepping in for my teammate who had to run
When you create a Promo Code, you can set a minimum amount: https://docs.stripe.com/api/promotion_codes/create#create_promotion_code-restrictions-minimum_amount
The promo code would still be invalid for any post-discount amount that is below 50 cents though