ediverse Explore the platform

Spotlight PEPPOL BIS Billing 3.0 The EU e-invoicing mandate is here — France Sept 2026, Belgium Jan 2026, Germany 2025.

ISO 20022 ASN.1

ISO 20022 ASN.1 physical syntax, an alternative to XML.

Definition

ISO 20022 separates the logical message model from its physical representation. Part 3 standardises the XML syntax (XSD); part 4 standardises the ASN.1 syntax, which enables a compact binary encoding (e.g. PER) of the same content — useful for card payments and bandwidth-constrained environments. Both syntaxes derive from the same UML model in the Repository.

Origin

Standardised by ISO 20022-4 (“ASN.1 generation”), part of the ISO 20022 series published by ISO TC 68/SC 9; ASN.1 itself is defined by the ISO/IEC 8824 series.

Example in context

A card authorisation message (acquirer ↔ issuer, the caaa family) may be carried as XML or, via ISO 20022-4, encoded in ASN.1/BER or PER to reduce payload size at the terminal.

Last updated: June 20, 2026