Supported Formats

eMessaging supports a comprehensive range of electronic document formats for both sending and receiving. This page provides a complete reference of all supported formats, their direction, status, and typical use cases.

Format summary

FormatStandardDirectionStatusPrimary use
PEPPOL BIS Billing 3.0EN 16931 / UBL 2.1Send and ReceiveActive — recommendedElectronic invoicing across Europe and globally
PEPPOL BIS Order 3.0EN 16931 / UBL 2.1Send and ReceiveActiveElectronic purchase orders
PEPPOL BIS Despatch Advice 3.0EN 16931 / UBL 2.1SendActiveShipping notifications
BII04 (Invoice)CEN BIISend and ReceiveDeprecated — July 2026 (Iceland)Legacy Icelandic e-invoicing
BII05 (Credit Note)CEN BIISend and ReceiveDeprecated — July 2026 (Iceland)Legacy Icelandic e-credit notes
EDIFACT INVOICUN/EDIFACT D.96A+Send and ReceiveActiveB2B invoicing in retail, logistics, manufacturing
EDIFACT ORDERSUN/EDIFACT D.96A+ReceiveActiveB2B purchase orders
EDIFACT DESADVUN/EDIFACT D.96A+ReceiveActiveB2B despatch advice
X12 810ANSI X12ReceiveActiveNorth American invoice standard
X12 850ANSI X12ReceiveActiveNorth American purchase order standard
BASDA eBIS-XMLBASDAReceiveActiveUK B2B document exchange
X400ITU-T X.400ReceiveActiveLegacy message-based document exchange
XML (custom)Custom schemaReceive (API)ActiveCustom structured documents via REST API
JSON (custom)Custom schemaReceive (API)ActiveCustom structured documents via REST API
PDFReceive (AI/OCR)ActiveScanned or emailed invoices, processed via AI pipeline

PEPPOL BIS 3.0

PEPPOL BIS Billing 3.0 is the primary format for electronic invoicing across Europe and is expanding globally. It implements the European standard EN 16931 and is the recommended format for all new integrations.

Document types

DocumentUBL typeUNCL 1001 codeDirection
InvoiceUBL 2.1 Invoice380Send and Receive
Credit NoteUBL 2.1 Credit Note381Send and Receive
Debit NoteUBL 2.1 Invoice383Receive
Corrected InvoiceUBL 2.1 Invoice384Receive
Prepayment InvoiceUBL 2.1 Invoice386Receive
Self-billed InvoiceUBL 2.1 Invoice389Receive

PEPPOL BIS Order 3.0

DocumentUBL typeDirection
OrderUBL 2.1 OrderSend and Receive
Order ResponseUBL 2.1 Order ResponseReceive

PEPPOL BIS Despatch Advice 3.0

DocumentUBL typeDirection
Despatch AdviceUBL 2.1 Despatch AdviceSend

All outbound documents from eMessaging are sent in PEPPOL BIS 3.0 by default. The format is validated against the official PEPPOL schematron rules before transmission.

BII04 / BII05 (deprecated)

BII04 (Invoice) and BII05 (Credit Note) are legacy formats from the earlier CEN BII profiles. These formats are still in use in Iceland but will be deprecated in July 2026.

FormatDocument typeDirection
BII04InvoiceSend and Receive
BII05Credit NoteSend and Receive

If you are currently using BII04/BII05, plan your migration to PEPPOL BIS 3.0. eMessaging handles the conversion — update your Document Sending Profiles to use PEPPOL BIS 3.0. Incoming BII04/BII05 documents are converted transparently to the internal format.

The Icelandic Localization extension provides additional support for BII04/BII05 specific fields and Icelandic tax rules.

EDIFACT

eMessaging supports UN/EDIFACT messages for organizations that use EDI-based document exchange. EDIFACT is commonly used for large-scale B2B integrations, particularly in retail, logistics, and manufacturing.

Message typeDescriptionDirectionTypical use
INVOICInvoice and credit noteSend and ReceiveB2B invoicing
ORDERSPurchase orderReceiveB2B order exchange
DESADVDespatch adviceReceiveShipping notifications

EDIFACT messages are transmitted via SFTP, AS2, or direct API integration with CentaraIQ.

X12

ANSI X12 is the dominant EDI standard in North America. eMessaging supports receiving X12 documents:

Transaction setDescriptionDirection
810InvoiceReceive
850Purchase OrderReceive

X12 documents are typically received via SFTP or AS2 connections configured in CentaraIQ.

BASDA eBIS-XML

BASDA (Business Application Software Developers’ Association) eBIS-XML is a UK standard for B2B document exchange:

Document typeDirection
InvoiceReceive
Credit NoteReceive
OrderReceive

X400

X400 is a legacy ITU-T standard for message-based document exchange, still used by some organizations in Northern Europe:

Document typeDirection
InvoiceReceive
Credit NoteReceive

X400 messages are received through gateway integration with CentaraIQ.

XML / JSON (custom API)

For trading partners who use proprietary or custom document formats, eMessaging accepts structured XML or JSON documents via the CentaraIQ REST API:

  • XML — custom schema documents submitted to the /api/v2/documents/inbound endpoint
  • JSON — custom schema documents submitted to the same endpoint

Custom format documents are mapped to the internal eMessaging format using configurable field mappings in CentaraIQ. Contact Centara support to configure custom format integrations.

PDF (AI/OCR)

PDF documents — whether from email, portal upload, or scanning — are processed through the multi-engine AI extraction pipeline:

SourceHow it arrivesProcessing
Email attachmentForward to designated inbox emailAI extraction pipeline
Portal uploadUpload via CentaraIQ web portalAI extraction pipeline
Scanned paperScan to PDF, upload to portalAI extraction pipeline

The AI pipeline (Mistral OCR → Claude Opus 4.6 → Mistral Medium → Azure Document Intelligence) extracts header fields, line items, amounts, dates, and references. Extracted documents appear in the Document Inbox with the same structure as PEPPOL documents.

See Purchase Documents Overview for details on the AI extraction pipeline.

EN 16931

EN 16931 is the European standard for electronic invoicing. PEPPOL BIS 3.0 is a conformant implementation of EN 16931. If your trading partners require EN 16931 compliance, PEPPOL BIS 3.0 satisfies that requirement.

Format conversion

eMessaging can convert between formats when needed:

FromToScenario
BII04/BII05PEPPOL BIS 3.0Receiving legacy format, storing in current standard
EDIFACTInternal formatReceiving EDI, processing in BC
PDF (AI extraction)Internal formatReceiving unstructured, converting to structured
BC posted documentPEPPOL BIS 3.0Sending outbound documents
PEPPOL BIS 3.0BII04/BII05Sending to recipients who still require legacy format

Format conversion is handled transparently — you do not need to manage the conversion process manually.