NEW feature: create an e-Invoice via API
- One minute read - 160 wordsThe e-invoice is a new feature in sevdesk, which allows you to send invoices to your customers in a digital way.
How to create an e-Invoice via the sevdesk public API:
To turn an invoice into an e-invoice, you have to set propertyIsEInvoice to true
When propertyIsEInvoice is set an XML is embedded inside the PDF. Embedding the XML into the PDF is called ZUGFeRD.
If you just need the XML (XRechnung) you can get it by calling /Invoice/{id}/getXml. Both XML files are identical.
To create a valid e-invoice some extra data is required:
sevClient
- addressStreet
- addressZip
- addressCity
- bankIban
- bankBic
- contactEmail
- contactPhone
- taxNumber
- vatNumber
contact
- buyerReference
invoice
- paymentMethod
- addressStreet
- addressZip
- addressCity
- addressCountry
- contact
Affected customers: The described functionality is only available to customers on system version 2.0
Release: changes are already live since 05.11.2024