#sstyer
1 messages · Page 1 of 1 (latest)
Yes. This is because, if the Checkout Session is in payment mode, it will create a Payment Intent which has the a minimum amount limit of $0.50
https://stripe.com/docs/api/payment_intents/create#create_payment_intent-amount
Got it. So if we wanted to apply 100% coupons, we would need to build our own coupon system and avoid checkout entirely, rather than rely on Stripe discounts
Do you know if there is an updated version of this old article? https://stripe.com/docs/recipes/coupons-for-charges
Hi, stepping in as Snufkin had to step away. Taking a look
I believe this recipe was for building your own coupon system given the context I could find
Yes, for one time payment Checkout, $0 amount is not supported as the minimum amount of the Payment Intent is $0.50. It is a known limitation and I'll share this feedback with the team.