#Jimmy123
1 messages · Page 1 of 1 (latest)
Can you share the request ID (req_xxx)? Here’s how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
req_hufPwEYNumriGw
I tried setting this coupon code up as a way for me to test out the checkout flow for my website
but its not working—when i try entering it in, it keeps saying invalid code
please help
Can you share where you see invalid code?
Can you share the checkout session ID (cs_xxx)?
What's the checkout session ID (cs_xxx) for this checkout page?
where do I find that?
How do you create a Checkout page currently?
I have it directly linked on the checkout button on my website
but the coupon code dosent work even though I have it set up
After checking, the error is thrown because the final amount after discount is below the minimum charge, so the promo code is invalid: https://stripe.com/docs/currencies#minimum-and-maximum-charge-amounts
The minimum amount for CAD is 0.5, but the discounted price after 100% off is CAD 0
ohhhhhh, so i just have to set it at 99% off or something
gotcha
so theres no realy way of testing the flow for free ?
As long as the final amount after discount is more than the minimum charges, it should work
Yup, checkout doesn't work with amount 0
No problem! Happy to help 😄