#mamidd
1 messages · Page 1 of 1 (latest)
Hi there 👋 as @neon helm mentioned, it could be that the Checkout Session is trying to be created for an amount that is below our minmum payment amount. Do you have the ID of the request that returned the error you referenced?
Glad you got it working!
here it's the request response:
code:"promotion_code_amount_too_small"
message:"This promotion code cannot be applied because it reduces the total below the minimum charge amount. https://stripe.com/docs/currencies#minimum-and-maximum-charge-amounts"
request_log_url:"https://dashboard.stripe.com/logs/req_OJiRRRpnuP4zBV?t=1686665114"
type:"invalid_request_error"
here is the checkout session id:
cs_live_b1ImXYtleaXw391uovIroLtYBUkzj5QfcNk6YQc4HvmxYIFeE53aPVNRy0
Yep so this is a limiation of Checkout
some days ago i did the same thing with a recursive product but it worked
Currently we don't support one-time payments with coupons/promos that take the Session below the minimum. See: https://stripe.com/docs/payments/checkout/discounts
However we are actually working on lifting this limitation right now
it created a subscription at 0€
Yes that's correct.
It does work for Subscriptions
Just not one-time payments right now
But we will support this soon!
are you planning to change it in the future and align the two behaviors?
Yep
We are working on that currently
Just don't have a specific timeline for when it will be ready, but should be in the near future
You can write into our Support team via https://support.stripe.com/contact/login if you want to stay updated on when that will be available
will you align the subscription behavior on one-time payment or vice versa?
We are working on allowing one-time payment coupons/promo-codes to go below the minimum charge amount
So aligning with the current behavior that you see with Subscriptions
ok thank you very much