Skip to main content

Introduction

e-Boekhouden is an accounting platform widely used by freelancers, small businesses, and associations in the Netherlands. It provides essential features such as invoicing, bookkeeping, bank reconciliation, VAT returns (BTW), and inventory management. Known for its affordability and ease of use, the platform is also compliant with Dutch tax regulations and integrates easily with the Belastingdienst (Dutch Tax Authority). e-Boekhouden.nl offers various automation options and supports API access for connecting with other software systems, making it a flexible solution for managing financial administration.

Configure e-Boekhouden

Prerequisite(s) There is no prerequisite to enable e-Boekhouden in your Chift App.

Test e-Boekhouden

To test the software integration, you can create a test account.

Connect e-Boekhouden

To activate a connection with e-Boekhouden, users will have to go through the following steps.

Coverage

Troubleshooting

Specific errors for e-Boekhouden:

Limitations & exceptions

PDF attachments are not supported

e-Boekhouden’s REST API does not expose an endpoint for uploading file attachments.
  • The pdf field in POST /accounting/journal-entries and POST /accounting/invoices is accepted by Chift but silently ignored. No attachment is transmitted to e-Boekhouden.
  • POST /accounting/invoices/pdf/{invoice_id} returns ERROR_RESOURCE_NOT_SUPPORTED.
There is no workaround available. PDF uploads only work through the e-Boekhouden web interface, which does not go through their API.