Quickstart
Wyślij swój pierwszy dokument Peppol w pięć minut.
1. Get sandbox credentials
Create a free sandbox account — no card, instant OAuth2 client credentials and test participants that receive whatever you send.
2. Send your first invoice
curl -X POST https://api.sandbox.peppol.verteco.digital/v1/documents \
-H "Authorization: Bearer $TOKEN" \
-H "Content-Type: application/xml" \
--data-binary @invoice-ubl.xml
The response returns a document ID; delivery status arrives on your webhook
(HMAC-signed) or via GET /v1/documents/{id}.
3. Receive
Register a test participant, send a document to it from the sandbox tools, and watch it arrive on your webhook as UBL + parsed JSON.
Full OpenAPI reference, SDKs and webhook docs live on the product documentation site.