Peppol Access Point built for regulated scale
A certified, multi-tenant Access Point that ERPs, banks, and government platforms embed to send and receive eInvoices across every Peppol jurisdiction.
Send & receive
Full bi-directional support for UBL, CII, and PINT documents. Invoices, credit notes, orders, despatch advices, and MLRs.
AS4 secure transport
TLS 1.3 plus AS4 signing and encryption per the OpenPeppol specification.
Webhooks & events
Push delivery to your stack with retries, dead-letter queues, and verifiable signatures.
Validation built-in
BIS 3.0, PINT A-NZ, PINT SG, and country profiles validated at submission.
Audit-ready logs
Tamper-evident archive of every message, suitable for tax authority audits.
Global reach
Pre-certified for jurisdictions including AU, NZ, SG, MY, JP, EU, and UK.
Submit an invoice in one call
Send any UBL or PINT XML to /v1/documents. We validate the schema, resolve the recipient via SMP, sign, and transmit.
- Idempotent submissions with client tokens
- Async webhook callbacks for MLR / receipts
- Per-tenant API keys and RBAC
- Sandbox environments for QA & UAT
POST /v1/documents
Authorization: Bearer sk_live_...
Content-Type: application/xml
Idempotency-Key: 9b1f-...
<Invoice xmlns="urn:oasis:names...">
...
</Invoice>
→ 202 Accepted
{
"id": "doc_01HZ8K2Q",
"status": "queued",
"recipient": "0192:991825827",
"tracking_url": "https://app.peppol.dataequity.io/d/doc_01HZ8K2Q"
}POST https://your-app/webhooks/peppol
X-DataEquity-Signature: t=1716...,v1=4a7e...
{
"type": "document.received",
"data": {
"id": "doc_01HZ9...",
"sender": "0151:88291038",
"recipient": "0192:991825827",
"documentType": "peppol-pint-billing-1@aunz-1",
"received_at": "2026-05-20T08:14:22Z",
"download_url": "https://api.peppol.dataequity.io/v1/documents/doc_01HZ9.../xml"
}
}Receive into your stack, securely
Incoming Peppol documents are validated, archived, and pushed to your webhook with a signed HMAC. Replay protection, retry policy, and a built-in inbox dashboard included.
- Signed webhook payloads (HMAC-SHA256)
- Configurable retry/backoff and DLQ
- Document download via presigned URL
- Tamper-evident archive for audit
