> ## Documentation Index
> Fetch the complete documentation index at: https://docs.klantel.be/llms.txt
> Use this file to discover all available pages before exploring further.

# Peppol-netwerk

> Hoe Klantel facturen verzendt via het Peppol-netwerk

## Overzicht

**Peppol** (Pan-European Public Procurement On-Line) is een Europees netwerk voor
elektronisch uitwisselen van zakelijke documenten. In België is Peppol B2B-e-facturatie
verplicht voor overheidsopdrachten en aanbevolen voor alle zakelijke klanten.

Klantel gebruikt **Billit** als Peppol Access Point (AP) voor het verzenden en ontvangen
van Peppol-facturen.

## Architectuur

```
Klantel (UBL 2.1 genereren)
  ↓
Billit API (Access Point)
  ↓
Peppol-netwerk
  ↓
Access Point klant
  ↓
Klant ontvangt factuur
```

## Peppol-deelname controleren

Klantel controleert automatisch of een klant Peppol-deelnemer is via een SML/SMP-lookup.
Het resultaat is zichtbaar op de klantenfiche onder **Peppol-status**.

| Status                  | Betekenis                               |
| ----------------------- | --------------------------------------- |
| ✅ Peppol-deelnemer      | Factuur kan via Peppol verstuurd worden |
| ❌ Geen Peppol-deelnemer | Factuur via e-mail/PDF als fallback     |
| ⏳ Controleren...        | Lookup loopt                            |

## Factuur versturen via Peppol

1. Zorg dat je [Billit hebt gekoppeld](/integraties/billit)
2. Controleer dat de klant Peppol-deelnemer is
3. Op de factuurpagina: klik op **Verstuur via Peppol**

<Tip>
  Peppol-facturen moeten voldoen aan **Peppol BIS Billing 3.0** — de standaard die Klantel automatisch gebruikt.
  Je hoeft hier zelf niets voor te configureren.
</Tip>

## UBL 2.1 standaard

Klantel implementeert de volledige Belgische UBL 2.1-specificatie:

* `CustomizationID`: `urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:billing:3.0`
* `ProfileID`: `urn:fdc:peppol.eu:2017:poacc:billing:01:1.0`
* Betalingstermijn: 30 dagen na factuurdatum (standaard)
* Valuta: altijd EUR

## Verwante pagina's

<CardGroup cols={2}>
  <Card title="Billit-integratie" icon="plug" href="/integraties/billit">
    Billit OAuth-koppeling instellen
  </Card>

  <Card title="UBL & Peppol" icon="file-code" href="/handleiding/ubl-peppol">
    UBL exporteren vanuit Klantel
  </Card>

  <Card title="Facturen" icon="file-invoice" href="/handleiding/facturen">
    Facturen aanmaken en beheren
  </Card>
</CardGroup>
