#GoddessKim

1 messages · Page 1 of 1 (latest)

warm wagonBOT
celest acorn
#

Could you share the event ID (evt_xxx)?

hearty kettle
#

"evt_1Md8LwJQCjtKymOxqZhmwkUj"

celest acorn
#

Thanks for sharing. As per checking, 405 was returned from your server to Stripe

#

You likely want to check why your server doesn't support this specific webhook endpoint

hearty kettle
#

As I mentioned it works as expected if I run locally. So I don't think that's the issue. Anything else that comes to mind?

#

If my server didn't suppor the method it wouldn't work locally either.

celest acorn
#

However, the one you set in the dashboard is just simply your root server endpoint and doesn't have path (/stripe_webhooks)

#

You likely miss to add the path to your webhook endpoint set in the dashboard

hearty kettle
#

That's awesome. Thank you so much. Didn't realize that's how it worked.