#Harish
1 messages · Page 1 of 1 (latest)
Hi there, it looks your server doesn't allow POST requests. Maybe you want to check your server's routing configurations?
@urban egret thanks for the reply but in my route file I already defined the get method still I'm getting the same error
It's the post method that you need to define. Stripe sends webhook events through POST requests.
Ohh ok, let me try it...