Enter your credentials to Maventa testing environment, to authenticate and try things out with the Swagger UI. This will fetch a Bearer token using OAuth2 with the endpoint POST https://ax-stage.maventa.com/oauth2/token. The token is stored in your browser's session storage (cleared when you close the tab) and used in Swagger calls done from this documentation website. The token is valid for 1 hour.

Never use your production credentials here. This is only for testing the Maventa test environment in the Swagger UI.
All | None
eui global company lookup document:receive document:send invoice:receive invoice:send company:read company:write validate receivables:assignments analysis billing:reports partner:invoice_delivery_actions partner:lookups partner:takeovers partner:lyanthe_scan_service fi_bank_message:send fi_bank_message:receive
Cancel Sign In
Search
Product Changelog Developer Changelog

Added support for sending invoice XML as email invoice attachment

You can now attach an invoice XML file to email invoices. This enables the receiving party to obtain structured XML data instead of a PDF, making it easier to import the invoice directly into their invoicing systems when the receiving system can not receive conventional e-invoices. This feature was initially requested by the Netherlands, where Peppol does not support departmental divisions due to the lack of separate Peppol IDs. By attaching the XML to the email, departments can still receive structured invoice data and manually import it into their systems. Although developed for Dutch use case, this functionality is available for all countries without any restrictions.

To enable XML attachment for email invoice, use the email_settings[xml_format] parameter in the POST /v1/invoices request and specify the desired XML format (see list of available formats in the Swagger documentation).

Note! When this parameter is provided, the invoice will be sent only via email. The email route is forced, and no other delivery channels are attempted even if the email sending fails.

PDF handling and size limitation

The cost of this feature is the same as for sending an e-invoice in the respective country.

Published
Change Type
Added
Tags
Swagger Links (swagger.maventa.com)
Back to top