Node42
eDelivery Diagnostic Tool

Resolve delivery failures at the source

See exactly where trust or endpoint resolution breaks — across SML/SMK, SMP, and AP.

For Peppol integrators, SMP/AP operators, and eInvoicing platforms that need to find delivery failures, verify trust chains, and debug endpoint resolution fast.

  • Identify why document delivery fails (SML/SMK, SMP/AP)
  • Verify trust: signatures and certificate chains
  • Retain artifacts for history, comparison, and audits
  • Export full discovery trace + diagram (SVG/PlantUML/MD)
  • Interactive discovery diagrams with clickable links
Open-source CLI available on GitHub

Node42 diagnostic results are informational and should be used alongside other inputs when making trust decisions.

0

UPTIME (%)

0

REQUEST

0

DISCOVERY

Four steps to discovery

  1. Use the WebUI, the CLI or call the API
  2. Edit options (e.g., participant identifier)
  3. Run the discovery request
  4. Inspect failures visually
POST /discover/peppol?output=plantuml&format=svg
  Authorization: Bearer API_TOKEN
  Content-Type: application/json
  {
    "env": "TEST",
    "options": {
      "forceHttps": true,
      "insecure": true,
      "fetchBusinessCard": false,
      "reverseLookup": false,
      "probeEndpoints": true
    },
    "participant": {
      "scheme": "iso6523-actorid-upis",
      "value": "0007:000..."
    },
    "document": {
      "scheme": "peppol-doctype-wildcard",
      "value": "urn:oasis:names..."
    }
  }
eDelivery infrastructure diagnostics

Infrastructure Diagnostics

TLS/ALPN checks, reverse DNS analysis, and hosting/ASN intelligence.

eDelivery path discovery

Delivery Path Discovery

End-to-end eDelivery path resolution across SML/SMK, SMP/AP endpoints.

Business document validation

Document Validation

Validate business documents with clear, line-level audit-ready reports.