Skip to main content

Introduction

You can send messages / documents through our API.

Messages can be submitted as either XML or GOBL.

Sending as XML

When sending documents as XML, you'll need to conform to the schema of the given channel.

Peppol requires PeppolBIS while NemHandel requires OIOUBL.

Sending as GOBL

The benefit of using GOBL is that you won't need to add native support for various XML schemas.

With GOBL, you simply send your documents as JSON and we'll cast it to the appropriate XML schema before sending it to the recipient.