I am trying to receive data from the WebHook of CuentaDigital.com, but when it comes to doing the test that your server does, I always get error 403
. The information they give is scarce or null, the only thing they answered was
"Its operation is normalized like all webhooks, it does not send variables so if you expect an http post with variables not you will receive nothing what you are looking for is
$csv=file_get_contents('php://input');
"
Now, I put the file_get_contents('php://input')
but nevertheless I still give error 403
, therefore I can not receive any information