These docs are for v1.0. Click to read the latest docs for v2.0.
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).

This field indicates whether the invoice file is a Factur-X document (a PDF/A-3 with an embedded structured XML).


Field details

FieldTypeDescription
factur_xbooleantrue if the invoice file is a Factur-X document, false otherwise.

Use case

This field is particularly useful in combination with the POST /customer_invoices/e_invoice_imports endpoint and the upcoming conversion to Factur-X feature on POST /customer_invoices/imports. After importing, you can call GET /customer_invoices/:id to confirm the file was correctly identified or converted as a Factur-X document.


Affected endpoints