#michael-harvey_webhooks

1 messages ¡ Page 1 of 1 (latest)

gilded yokeBOT
#

👋 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/1354125899842326709

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

ornate talon
#

Hi! I don't see any failure responses there, just two deliveries to Stripe CLI.

#

You need to look at the logs for your webhook endpoint to see why it's returning a 400.

smoky hemlock
#

i'm using a yarp gateway, so it simply forwards the request to an api

#

the api is returning 200

ornate talon
#

Can you share an Event ID that saw a 400 response?

smoky hemlock
#

[evt_3R6KkbQrUtX6Uged0a9OoJNo]

#

[evt_3R6KkbQrUtX6Uged005HuPkr]

ornate talon
#

That was only sent to Stripe CLI. I mean one that was sent directly to your gateway.

smoky hemlock
#

[evt_3R6KkbQrUtX6Uged0hmekWMl]

#

ok, one moment

#

evt_3R6abjQrUtX6Uged1vRJ2cR5

ornate talon
#

Same. Only delivered to Stripe CLI.

smoky hemlock
#

not sure how to find what you are looking for, where would I find this?

ornate talon
#

That's your local server responding with a 400, so wherever whatever's running on port 5002 outputs its logs.

smoky hemlock
#

i put a breakpoint in the gateway, and this is the event id that was parsed: evt_3R6abjQrUtX6Uged1vRJ2cR5

#

but you say it is only delievered to stripe cli????

ornate talon
#

It was successfully delivered to Stripe CLI, which then forwarded it to your local machine.

#

What do your logs say? What errors are there?

smoky hemlock
gilded yokeBOT
ornate talon
#

Awesome. That looks like an issue with yarp, so I'd start your digging there.

smoky hemlock
#

ok