#_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/1361683834550227137
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, let me help you with this.
Your own app responds with 400 error code. You should be able to find out why by looking at your backend logs.
[2025-04-15 08:40:22] production.ERROR: Stripe signature missing in the request
[2025-04-15 08:59:14] production.ERROR: start
Probably, something in your app/server provider is erasing the Stripe signature header.
i will check but this app works fine 3 years and i was change nothing even server provider is same
Can you check why Stripe signature missing in the request is printed?
Could you please share the webhook handler code?
also sometimes
it dont have any problem for example
pi_3RD57ZIE2Q2VDUZM1k4x2EsQ
1 sec
Stepping in for vanya as they need to step away
You should work through our troubleshooting guide for signature verification errors here: https://docs.stripe.com/webhooks/signature
no problem hi there
thing is that problem dont happend always
one of the following likely changed:
1/ You rolled your endpoint secret in your Dashboard or modified your environment so that STRIPE_WEBHOOK_SECRET no longer matches the expected value
2/ Something about your request handling changed such that $headers['Stripe-Signature'] is not getting the expected value
as u can see on this screen its done as it shoud be
also i dont change anything since 3 years :/
0 problems
Ok, that's your local CLI endpoint though, not your hosted endpoint
1 sec
i will put test key on production for sec
and i will test for u
on production also no problem
on test key
pi_3RE9WFIE2Q2VDUZM1sHMoZkg
Well your test webhook endpoint is disabled
so i wouldnt expect any delivery issues, since there is no delivery
Yes i see your test endpoint is enabled again now, and also encountering delivery failures