#artursir
1 messages · Page 1 of 1 (latest)
Its likely 1 of 2 things:
- Your
whsec_xxxsigning secret is wrong. - You're not passing the raw event payload to the
constructEventfunction.
hey, the secret must be correct because it usually works good so the raw event payload I should use like this for php? $payload = @file_get_contents('php://input');
using Symfony framework and used $request->getContent() so should be the same