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
Getting started Invoice sending Invoice sending Consumer Invoicing Printing Email Invoicing Invoice Receiving Invoice Receiving Scanning Country Specific Denmark Finland Germany Norway Sweden Document Exchange Document Exchange Peppol Network Invoicing formats Invoicing formats Validation Peppol BIS 3.0 Finvoice 3.0 Account Management Companies and Settings Billing

Printing

Finland Sweden Norway Denmark Netherlands Germany Other countries

Print can be used as a delivery method for invoices when it is not possible to send the invoice as an e-invoice or via email. For details on invoice routing to print, see the invoice sending guide.

The requirements to send the invoice by print are that:

Activating the printing service

In order to use print as a delivery option for invoices, the printing service must be activated separately for the company account. Activation can be done either through the API or via the UI.

Template

By default, invoices sent through the print service use a Maventa-generated invoice template. This template is optimized for efficient processing, complies with all technical requirements, and is designed to fit the envelopes used by the printing service provider in each country. Customers can personalize this template by adding their company logo (via UI or API).

Examples of Maventa templates for each country are available on the country specific rules and settings page for that country.

As an alternative, customers may use their own invoice image either for all printed invoice or on a per invoice basis (via UI or API). When using own image, Maventa automatically adds a cover sheet with the recipient’s address details. This ensures proper alignment with the envelope window. The cover sheet is counted as an extra page and is billed accordingly.

Prints are always double-sided if there is more than one page.

Note that when using your own invoice image you should be careful and take technical restrictions in consideration.

Technical restrictions of the PDF

All files must be of PDF format (or have the same content requirements) for it to be printed correctly. That means that the file cannot contain dynamic components and that all fonts, images and others are included in the file (ie the files should be 100% “self-contained”). All new customers must test their PDF files (all variants of fonts, images, etc.) to verify that the PDFs can be handled. If the PDF contains graphics, such as logos, charts, and other images, they must be of good quality.

Attachment handling

When sending separate PDF attachments for print, the following rules apply:

If these limits are exceeded, all attachments will be discarded. The sender will be notified by email, but the invoice image itself will still be printed.

Note! There is an extra charge per page printed.

Default setting: For Finnish companies, attachment printing is disabled by default. For all other countries, it is enabled. This setting can be adjusted via the API or UI.

Use the PATCH ​/v1​/company​/setting to change the setting. Under the send_invoice_print block, set the parameter attachment_print to true to enable attachment printing, or false to disable it.

Error handling

If an invoice cannot be delivered to the recipient due to outdated or invalid address, it will be returned to the sender’s address. The sender’s address is always included on the Maventa-generated invoice image and on the cover sheet. The return address is taken from the invoice data.

The only exception is Norway, where we have an automated return post handling feature. Invoices are not returned to the sender’s address in this case. Read more about this on the Norway-specific page.

Maventa validates that a recipient address is provided and all required address fields in the invoice are present, but we do not validate the format or the correctness of the address content.

Country specific rules and settings

Some aspects of the printing service vary by country:

Take a look at the country specific instructions:

Back to top