These docs are for v1.0. Click to read the latest docs for v2.0.

Changelog

Added

Factur-X conversion on customer invoice import

You can now convert an imported customer invoice into a Factur-X (PDF/A-3) invoice in a single API call. Pass convert_to_e_invoice: true in the request body and it will asynchronously embed a structured CII XML into the uploaded PDF after the invoice is created.

Added

New factur_x field on Customer Invoice

The customer invoice response now includes a factur_x boolean field across all endpoints that return a CustomerInvoice object (GET, POST, PUT).

Added

Supplier invoice - Update supplier e-invoice status

You can now update the electronic invoicing status of a supplier invoice directly via the API, allowing integrators to drive the same e-invoice lifecycle transitions available in the Pennylane UI.