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 (SMK/SML, SMP/AP)
- Verify trust: signatures and certificate chains
- Export full discovery trace + diagram (SVG/PlantUML/MD)
- Retain artifacts for history, comparison, and audits
Node42 diagnostic results are informational and should be used alongside other inputs when making trust decisions.
Four steps to discovery
- Use the WebUI 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,
"rejectUnauthorized": true,
"fetchBusinessCard": false,
"reverseLookup": false,
"probeEndpoints": true
},
"participant": {
"scheme": "iso6523-actorid-upis",
"value": "0007:000..."
},
"document": {
"scheme": "peppol-doctype-wildcard",
"value": "urn:oasis:names..."
}
}
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.
Infrastructure Diagnostics
TLS/ALPN checks, reverse DNS analysis, and hosting/ASN intelligence.