#Sebastián Štancel-webhook
1 messages · Page 1 of 1 (latest)
What specifically isn't working? Are you getting a signature verification error from constructEvent? or is it something else?
no in the dashboard it says that the webhook was successfull, but it doesnt print the 'works' that will console log when its successfull. in ngrok it says 400 bad request
When you say in the dashboard it shows as successful - can you show me a screenshot of that?
Can you send over that event ID (evt_xxx)?
"evt_1KbScsAxp76MSr1YOmQkCPSF"
Visiting your webhook endpoint I see this:
I'm guessing your missing some setup step to get your endpoint fully working, and the requests are not actually being forwarded to your localhost
ok ill try to fix that, thanks