Document template · be.accounting.dunning_reminder
Dunning Reminder — Late Payment (BE)
- Render-verified
- Commercial
- Version 1.0.0
Belgian dunning letter in 3 levels per Law 11.3.2003. Level 3 triggers statutory interest and €40 flat recovery fee (RD 27.4.2014).
JSON Schema
Fields in this template
Data sent to the API is validated against the template’s JSON Schema before anything is rendered. This template defines 37 fields:
| Field | Required | Type | Description |
|---|---|---|---|
| letter | Required | object | |
| letter.place | Required | string | |
| letter.date | Required | date | |
| letter.language | Required | enum | |
| letter.document_reference | Optional | string | |
| entity | Required | object | Creditor identification. |
| entity.name | Required | string | |
| entity.legal_form | Optional | string | |
| entity.bce_number | Required | string | |
| entity.vat_number | Required | string | |
| entity.address | Required | string | |
| entity.postal_code | Required | string | |
| entity.commune | Required | string | |
| entity.phone | Optional | string | |
| entity.email | Optional | string | |
| entity.iban | Optional | string | Creditor IBAN for payment. |
| entity.bic | Optional | string | |
| entity.signatory | Optional | string | Name and title of the person signing. |
| client | Required | object | Debtor identification. |
| client.name | Required | string | |
| client.vat_number | Optional | string | |
| client.address | Optional | string | |
| client.postal_code | Optional | string | |
| client.commune | Optional | string | |
| client.contact_person | Optional | string | |
| reminder | Required | object | Reminder details. |
| reminder.level | Required | integer | 1=courtesy reminder, 2=second reminder (8 working days), 3=formal notice (mise en demeure). |
| reminder.date | Required | date | Date of this reminder. |
| reminder.previous_reminder_date | Optional | date | Date of previous reminder (for level 2 and 3). |
| reminder.invoices | Required | array of object | List of outstanding invoices. |
+7 more fields — the full JSON Schema is available in the dashboard and via the API.
POST /render
Generate it
One POST /render call: send your JSON, get the finished PDF back. Or skip the JSON entirely and describe the document in plain language on chut.app.
curl -X POST https://api.papii.eu/render \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"template": "be.accounting.dunning_reminder",
"data": { ... },
"options": {"language": "en"}
}' -o dunning-reminder.pdf Frequently asked questions
What is “Dunning Reminder — Late Payment (BE)”?
Belgian dunning letter in 3 levels per Law 11.3.2003. Level 3 triggers statutory interest and €40 flat recovery fee (RD 27.4.2014). On papii this document is available as template be.accounting.dunning_reminder: a JSON Schema plus a deterministic PDF renderer, so the same data always produces the same document.
Can I generate a Dunning Reminder — Late Payment (BE) with AI?
Yes. chut.app — the AI back office papii powers — fills this template from a plain-language description: you describe the document in one sentence, the AI structures the data, papii validates it against the schema and renders the PDF. Developers can also call the papii API directly with structured JSON.
Is the Dunning Reminder — Late Payment (BE) template legally compliant?
This template is render-verified: its schema, sample data and PDF output are automatically tested on every release. It is published with status “ready”, meaning it has not yet been through papii’s final legal review. Where it references specific legislation, that is stated in the template description — always have a professional check documents with legal effect before relying on them.