#ent_error

1 messages ¡ Page 1 of 1 (latest)

lyric echoBOT
#

👋 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.

hallow lodge
#

Hi, can you add more context to what is not working exactly?

polar pelican
#

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.

hallow lodge
#

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

polar pelican
#

req_FYtbPBwjQuVZB1

#

Is that what you want?

hallow lodge
#

No, can you share the request id where you see this error? When you see ' code is invalid.' what request did you make?

polar pelican
#

"prod_Ru0ZQD18hBkCXK"

hallow lodge
#

Hmm, where do you see the error here?

polar pelican
#

When I try to utilize a coupon code I created in Go High Level.

hallow lodge
#

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?

polar pelican
#

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.

hallow lodge
#

What does 'I created the code and go high level.' mean?

polar pelican
#

Go high level is a program that I use that connects to stripe

hallow lodge
#

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

polar pelican
#

Ok I have. Just making sure there's nothing on stripes end that's causing the error.

hallow lodge
#

No, if the promotion code/ coupon does not exist on your Stripe account, it would not work so it's working as expected.

polar pelican
#

Ok. Thanks for your insight.