#vaths59

1 messages · Page 1 of 1 (latest)

bitter whaleBOT
modest charm
#

Hello, I don't understand your question. Our webhook events will always be sent to you as POST messages

heavy dagger
#

Last time when I spoke with a stripe developer, he asked me to check if the webhook receives http signature in post method. And now when I tried to check request.method it prints GET

modest charm
#

Interesting, how are these events being sent to your endpoint? Are you using the dashboard or CLI?

heavy dagger
#

I'm using dashboard for this

modest charm
#

Interesting. Those should still be POST messages. Do you have the ID of an event that we sent you like this (evt_1234)?

heavy dagger
#

evt_1NDpizJrxc1wsYxJ8ZQ6f20K and it's a test event by the way

bitter whaleBOT
modest charm
#

Hey @heavy dagger apologies for dropping off of this. It does look like we properly sent this to you as a POST request. Can you make other POST requests to your server and properly see them as POST rather than GET?