eDelivery Diagnostic Tool
Resolve delivery failures at the source
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.
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
- Use the WebUI, the CLI or call the API
- Edit options (e.g., participant identifier)
- Run the discovery request
- 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..."
}
}
Infrastructure Diagnostics
TLS/ALPN checks, reverse DNS analysis, and hosting/ASN intelligence.
Delivery Path Discovery
End-to-end eDelivery path resolution across SML/SMK, SMP/AP endpoints.
Document Validation
Validate business documents with clear, line-level audit-ready reports.