Printing (Finland)
Template for Finnish print service
By default, invoices sent through the print service use a Maventa-generated invoice template. This template is optimised for efficient processing, complies with all technical requirements, and is designed to fit the envelopes used by the printing service provider. Customers can personalise this template by adding their company logo.
Example of Maventa template for Finnish prints.
As an alternative, customers may use their own invoice image for all printed invoices or on a per-invoice basis. When using a custom 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 billed accordingly.
Finnish companies also have the option to exclude the cover sheet from prints. In that case, the sender is responsible for ensuring the invoice image meets the layout rules, including the position requirements for the receiver’s address details so that they fit the envelopes used in Finland. Contact support to confirm your layout and enable this setting.
If you use your own invoice image without a cover sheet, familiarise yourself with the PDF layout rules by Posti. In addition to Posti as the mail distributor, Jakeluyhtiö Suomi Oy (JYS) has a few additions to the Posti rules. The difference is the tracking barcodes they print on the invoice image — see the JYS rules merged with the Posti ones.
Colour printing
Customers can choose whether all invoice images should be printed in colour or in black & white (via API or UI). By default, invoices in Finland are printed in black & white. If colour printing is enabled, it is billed based on the total number of pages in the invoice, regardless of how many pages actually contain colour.
In addition to the company-level setting, the colour option can also be defined for individual invoices when sending via the API.
- To enable colour printing for all invoices from a company account, use PATCH /v1/company/setting. In the
send_invoice_printblock, set the parametercolor_schemetoCOLORED. To revert to black & white, setcolor_schemetoBLACK_AND_WHITE.
Attachments
Printing of attachments is disabled by default, with the following rules:
- Up to 3 separate attachments are allowed (maximum of 4 files including the invoice image).
- Only PDF format is allowed.
- Maximum size per attachment: 50 MB.
- Total maximum number of pages: 110.
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.
There is an extra charge per page printed.
Envelope sizes
The Finnish printing service uses two envelope sizes:
- For invoices of up to 9 sheets, a smaller C5 envelope is used.
- For invoices exceeding 9 sheets, a larger and more expensive C4 envelope is used.
Since all invoices are printed double-sided, an invoice must have more than 18 pages before it exceeds 9 sheets and requires the C4 envelope.
Note: If the sender’s own invoice image is used with a cover sheet, the cover sheet added by Maventa is counted as one page.
Delivery schedules
Invoices sent to Maventa before 24:00 are printed, processed, and enveloped overnight and handed over to the mail distributor the following morning. Production does not take place during weekends and holidays.
Delivery depends on the selected letter class. For Finnish companies sending domestic letters, there are two options: Priority and Economy (default). The letter class can be adjusted via API or UI.
For Finnish domestic letters, the practical difference between Priority and Economy is often minimal due to regional delivery schedules, which can have more impact on when the recipient receives the invoice than the selected letter class. Priority may still provide benefits for business-to-business invoices, but for consumer invoices, the recipient’s delivery schedule is usually the main factor.
For international letters, only Priority is available.
- To change the letter class use PATCH /v1/company/setting method and set
send_invoice_print[letter_class]toPRIORITYorECONOMY. - To define the letter class for a specific invoice use POST /v1/invoices method and set
print_settings[letter_class]toeconomyorpriority.
OmaPosti
OmaPosti is an application that allows consumers to receive their letters electronically instead of on paper. Any invoice that goes to print can end up in OmaPosti, whether it was sent straight to the print route or arrived there after the electronic routes were exhausted.
From 15th of October 2026 there are two separate routes to a consumer’s OmaPosti. They behave differently for the sender, and Maventa is consolidating them into one.
OmaPosti through the print service provider
When an invoice goes to print, Maventa’s print service provider performs a lookup against the OmaPosti consumer registry. If the consumer has an active OmaPosti account and has not opted out of receiving digital letters from the sender (based on the Maventa account’s OVT code), the invoice is redirected to the consumer’s OmaPosti account instead of being printed.
To determine whether a consumer has an OmaPosti account, a combination of consumer name and postal address or social security number is used for identification. While an SSN can be used as an identifier, avoid including such sensitive information on invoices.
Two things are worth knowing about this route:
- The delivery is not reported back to Maventa. The sender cannot tell whether the invoice ended up in the consumer’s OmaPosti or was printed and posted as a paper letter.
- The invoice is billed as a printed letter, which is considerably more expensive than a direct OmaPosti delivery.
This route is removed on 1st of March 2027. After that, all OmaPosti lookups are performed by Maventa and there is a single direct OmaPosti channel. Moving traffic to the direct route before then is worth doing, and it is described below.
OmaPosti through Maventa’s direct connection
From 15th of October 2026, Maventa has its own connection to OmaPosti and performs the lookup itself, before the invoice is handed over to the print service provider. This is the route that Maventa’s digital post traffic moves to when Kivra closes. Maventa treats it as an electronic route, which means:
-
The delivery is reported. The sender can see that the invoice reached the consumer’s OmaPosti, and it is billed with the action
EINVOICE_OMAPOSTI_FI. - It is priced as a digital delivery, considerably cheaper than a printed letter.
- It happens earlier in routing, so the invoice never enters print production.
Traffic is not moved to the direct route automatically. An invoice takes it when either of the following is true:
- The e-invoice route is in use for the sending, meaning it has not been turned off for that invoice.
-
print_settings[allow_digital_post]is set totruein POST /v1/invoices. The old parameter nameprint_settings[allow_kivra_fi]keeps working and behaves the same way.
The print_settings parameters exist only in the REST API, but the routing decision belongs to Maventa. An invoice sent through the SOAP API can also be delivered to a consumer’s OmaPosti, through the e-invoice route or through the print service provider’s lookup. The parameters simply give REST senders explicit control over the digital post route.
See Kivra moves to OmaPosti for the full description of the change and the timeline.
Excluding an invoice from OmaPosti
- To prevent using the OmaPosti route for an invoice use POST /v1/invoices method and set
print_settings[prevent_digital_post]totrue. This opts the invoice out of both OmaPosti routes.
Automatic e-instruction page
When enabled, every invoice printed using Maventa’s PDF template is automatically accompanied by an instruction page, guiding your customer on how to receive invoices electronically instead of on paper. This instruction page is provided at no extra cost.
- To enable the automatic e-instruction page, use the PATCH /v1/company/setting method. Under
send_invoice_printblock set the parametermarketing_pagetotrue.