#ent_error
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/1350091395024818269
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, can you add more context to what is not working exactly?
Hi. I create coupon codes for products I'm selling. In testing the codes, I am getting a message that says the code is invalid.
Can you share the request ids for both the creation and fro the request where you see this error? Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
No, can you share the request id where you see this error? When you see ' code is invalid.' what request did you make?
"prod_Ru0ZQD18hBkCXK"
Hmm, where do you see the error here?
It looks like you're using PaymentLink and when you pass the coupon there it does not work. Can you share the coupon creation request for me? Did you apply any limits there?
I'm not sure how to do that? I created the code and go high level. I also tried creating it in stripe and neither worked.
What does 'I created the code and go high level.' mean?
Go high level is a program that I use that connects to stripe
You would need to talk to the directly as they own this integration
I only see this: https://dashboard.stripe.com/logs/req_r8w17SlHVMkzgR and you would need to create a Promotion code: https://docs.stripe.com/api/promotion_codes/create to be able to use there
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Ok I have. Just making sure there's nothing on stripes end that's causing the error.
No, if the promotion code/ coupon does not exist on your Stripe account, it would not work so it's working as expected.
Ok. Thanks for your insight.