#michael-harvey_webhooks
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/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.
- michael-harvey_payment-links-metadata, 4 days ago, 27 messages
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.
i'm using a yarp gateway, so it simply forwards the request to an api
the api is returning 200
Can you share an Event ID that saw a 400 response?
That was only sent to Stripe CLI. I mean one that was sent directly to your gateway.
Same. Only delivered to Stripe CLI.
2025-03-25 09:47:03 <-- [400] POST https://localhost:5002/v1/StripeWebhook [evt_3R6acwQrUtX6Uged1yerCgiH]
2025-03-25 09:47:03 <-- [400] POST https://localhost:5002/v1/StripeWebhook [evt_3R6acwQrUtX6Uged1LKK1UU8]
2025-03-25 09:47:03 <-- [400] POST https://localhost:5002/v1/StripeWebhook [evt_3R6acwQrUtX6Uged1V5mnv4d]
not sure how to find what you are looking for, where would I find this?
That's your local server responding with a 400, so wherever whatever's running on port 5002 outputs its logs.
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????
It was successfully delivered to Stripe CLI, which then forwarded it to your local machine.
What do your logs say? What errors are there?
Awesome. That looks like an issue with yarp, so I'd start your digging there.
ok