picqer / moneybird-php-client

PHP Client for Moneybird V2
MIT License
82 stars 77 forks source link

Keep getting 404's #28

Closed jochem4207 closed 8 years ago

jochem4207 commented 8 years ago

I can succesfully auth with moneybird 2.0 website. I also save the tokens succesfully. But everye request I do gives me a

( ! ) Fatal error: Uncaught exception 'Picqer\Financials\Moneybird\Exceptions\ApiException' with message 'Error 404: {"error":"record not found"}' in /home/jochem/websites/websitename/pages/vendor/picqer/moneybird-php-client/src/Picqer/Financials/Moneybird/Connection.php on line 387

jochem4207 commented 8 years ago

I guess this is due my own error down the line or the moneybird side giving back wrong errors to this API. Thanks :)