Unnamed service
GET 402utils.com/v1/peppol-lookup
Why an agent can trust this route.
Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.
Observed outcomes
Look up a business in the public Peppol Directory — where to route an e-invoice (the BT-34/49 electronic address). ?id= (a Peppol id like 0225:992412536, or a value to search) or ?country=FR&name=. Returns { found, count, participants:[{peppolId, name, country, documentTypes[], schemes[]}] }. Unknown id → { found:false }. Directory down → 503, unbilled. Public source, 1h cache.
Resource: 402utils.com/v1/peppol-lookup
Network: eip155:8453 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0xc55A2D530b53CBaD1001e4AfD4720B7E71f9C291
Payment methods: — · Last validation: 2026-09-14 16:07:49.401+00
{
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Peppol participant id (`ICD:value`, full `iso6523-actorid-upis::...`, or a bare value/term to search)."
},
"name": {
"type": "string",
"description": "Business name (partial match; with or without `country`)."
},
"country": {
"type": "string",
"description": "ISO 3166-1 alpha-2 country code (with `name`)."
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"found",
"count",
"participants"
],
"properties": {
"count": {
"type": "integer",
"description": "Total matches in the directory (may exceed the returned page)."
},
"found": {
"type": "boolean"
},
"source": {
"type": "string"
},
"participants": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"scheme": {
"type": "string"
},
"country": {
"type": "string"
},
"schemes": {
"type": "array",
"items": {
"type": "string"
}
},
"peppolId": {
"type": "string",
"description": "e.g. 0225:992412536."
},
"documentTypes": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
}
}
}
}
},
"paymentRequirements": [
{
"raw": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xc55A2D530b53CBaD1001e4AfD4720B7E71f9C291",
"amount": "3000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 60
},
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0xc55A2D530b53CBaD1001e4AfD4720B7E71f9C291",
"scheme": "exact",
"network": "eip155:8453",
"amountAtomic": "3000"
}
]
}Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.