[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live) [Help](/c/help/9) # Stripe Webhook 405 Error 167 views · 0 likes · 3 posts Data Buddies (@databuddiessolutions) · 2025-11-17 Hi everyone I am having a problem with stripe webhooks in Vercel production. The problem is intermittent. Sometimes the webhook works as expected, and other times i receive a HTTP 405 error. I see in my stripe account that the webhook failed and when I correspond it to the Vercel logs the webhook never reached vercel Current behavior is webhooks are working sometimes, expecting stripe webhooks to reach vercel 99% of time <!-- Code, configuration, and steps that reproduce this issue --> Pauline P. Narvas (@pawlean) · 2025-11-21 Hey, @databuddiessolutions! Welcome :waving_hand: The HTTP 405 error typically means “Method Not Allowed”, which suggests your webhook endpoint might not be properly configured to handle POST requests from Stripe. Can you check your webhook URL in Stripe Dashboard and make sure it’s pointing to the correct endpoint (e.g., `https://yourdomain.com/api/webhooks/stripe`)? It's worth verifying your endpoints works consistently by testing it with tools like Postman or curl. In case it's helpful, I recommend checking out related threads in the community: * [:white_check_mark: Stripe Payment Integration Issues](https://community.vercel.com/t/12889) * [:white_check_mark: Deploy through github workflow fails only for custom env](https://community.vercel.com/t/10462) * [:white_check_mark: Randomly get errors when doing client blob upload](https://community.vercel.com/t/4470) * [:clipboard: Stripe Webhook 405 Error](https://community.vercel.com/t/27898) * [:clipboard: Stripe Checkout redirect 404 on Vercel (Deployment not found)](https://community.vercel.com/t/25106) Pauline P. Narvas (@pawlean) · 2026-01-20 Hi @databuddiessolutions, just following up to see if you were able to identify the cause of the intermittent HTTP 405 errors with your Stripe webhooks or if you still need assistance. Let me know how it’s going!