#_pxlgk
1 messages · Page 1 of 1 (latest)
Hi, how are you setting up the coupon?
set max redemptions to 15 and it should work
And the coupon code is OPHELIALAUNCH
I get "code invalid" unless I add a quantity of 2
Can you share the request id which you created this Promotion code? req_xxx from https://dashboard.stripe.com/test/logs
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
vPM9WWqXxCGdS1
That's not the request id. It should be in format of req_xxx
It's because with quantity = 1, the promo code will reduce the amount to 0, and you can't have a Checkout Session charge $0
So it needs the quantity to be 2 or more
Thanks for that clarification. So is that different from this?
this is fairly newly launched, can you try using the latest API version and see if it works for you?
Yes I'm using the latest API version