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

Integration Guide

Welcome to Maventa integration guide!

This guide will tell you how to connect your financial system to Maventa e-invoicing and document exchange service. See how to move from testing to production, what API methods to use for different functionality, as well as get useful tips and information about how the integration works.

Maventa offers electronic invoicing and document transfer services for companies and public organizations.

The service can be thought of as an electronic postal office that acts as a connector between suppliers and buyers and their systems. In addition to electronic business document delivery, Maventa supports a variety of value added services for invoicing and related financial processes.

There are two APIs that can be used for connecting to Maventa, REST and SOAP.Both can be used, but note that all the functionality is not available over the SOAP API

What can the APIs be used for?

Maventa e-invoicing overview

PENDING_IMAGE_FIX

What type of integration to make

There are different ways to integrate to Maventa and the selection of offered services. The following guide will help you decide and defined what you want from your integration.

Integration scope

The integration scope impacts what Maventa services you integrate to. The scope defines what are the key functionalities and capabilities users will have in the service.

Things to consider when defining the scope:

Integrators can either use the REST API or the legacy SOAP API. Going forward, only the REST API will expose new features and improvements.

Integration level

In terms of development effort, integrating with Maventa can range from using just a few API endpoints to a fully fledged out and complex solution. The higher the integration level, the more feature rich your solution will be while at the same time requiring more development effort to achieve (for example will the users access Maventa UI or will all actions take place within your ERP system).

Level 1 – Low Effort

Basic value • Minimal automation

API
  • Sending invoices
  • Receiving invoices
Web UI
  • Companies & Settings
  • Monitoring invoices
Email
  • Handling errors

Suitable for quick start. Mix of API + UI + Email.

Level 2 – Medium Effort

High value • More automation

API
  • Sending invoices
  • Receiving invoices
Web UI
  • Companies & Settings
  • Monitoring invoices
  • Handling errors
Email

More automation than Level 1, but still partly dependent on Web UI.

Level 3 – High Effort

Maximum value • Full automation

API
  • Sending invoices
  • Receiving invoices
  • Handling errors
  • Companies & Settings
  • Monitoring invoices
Web UI
Email

Full automation. Everything handled via API. No UI or Email.

The level should be chosen based on the integrators needs and the amount of automation required. It is also good to note that you can start from a level and continue to deepen the integration over time.

Quick guide to e-invoicing

Interested to know more about electronic invoicing? Here’s our quick guide to the basics of electronic invoicing and document exchange.

FIX_LINK_PENDING

Back to top