#Harish

1 messages · Page 1 of 1 (latest)

dusty ploverBOT
urban egret
#

Hi there, it looks your server doesn't allow POST requests. Maybe you want to check your server's routing configurations?

candid trench
#

@urban egret thanks for the reply but in my route file I already defined the get method still I'm getting the same error

urban egret
#

It's the post method that you need to define. Stripe sends webhook events through POST requests.

candid trench
#

Ohh ok, let me try it...