paymoapp / api

API documentation for Paymo
https://www.paymoapp.com
75 stars 31 forks source link

Webhook empty body #58

Closed miky9585 closed 4 years ago

miky9585 commented 4 years ago

On *.Task event (or whatever tastk event) webhook return full header but empty body. I'm using php and I've tried with $_POST, $_GET, $_REQUEST and file_get_contents("php://input") but body is always empty

paymoapp commented 4 years ago

We've checked it and it works correctly.