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.

Received-Content-MIC

AS2 MDN extension field, the core of receipt proof.

Definition

Received-Content-MIC carries the base64 message-digest computed over the received content, followed by the algorithm identifier (e.g. sha1, md5). The sender compares this MIC against the one it retained for the original message: a match proves integrity. It is required in a signed MDN and optional otherwise.

Origin

Defined in section 7.4.3 of RFC 4130 (MIME-Based Secure Peer-to-Peer Business Data Interchange Using HTTP, Applicability Statement 2), published by the IETF in 2009.

Example in context

Received-content-MIC: yhVQ+...IDg=, sha1

  • MIC — the digest this field carries.
  • MDN — the acknowledgement that contains it.

Last updated: June 20, 2026