Documentsjabloon · generic.csr.donation_receipt
Attest van gift
- Rendering geverifieerd
- Officieel document
- Versie 1.0.0
Receipt issued by a registered nonprofit (ASBL/VZW/charity) to a donor (corporate or individual) evidencing a gift eligible for tax deduction under the donor's national tax law (BE: Art. 145/33 and 14533 CIR92 for individuals / 199 CIR92 for corporates; FR: Art. 200 and 238 bis CGI; NL: Art. 6.32 Wet IB 2001).
JSON Schema
Velden in dit sjabloon
Data die naar de API wordt gestuurd, wordt gevalideerd tegen het JSON-schema van het sjabloon vóór er iets wordt gerenderd. Dit sjabloon definieert 29 velden:
| Veld | Verplicht | Type | Beschrijving |
|---|---|---|---|
| issuer | Verplicht | object | |
| issuer.name | Verplicht | string | |
| issuer.legal_form | Verplicht | string | E.g. 'ASBL / VZW', 'Fondation reconnue d'utilité publique', 'ANBI', 'Public benefit foundation'. |
| issuer.registration_number | Verplicht | string | |
| issuer.address | Verplicht | string | |
| issuer.tax_deductibility_reference | Verplicht | string | Legal reference giving the nonprofit authority to issue deductible-donation receipts, e.g. 'Agréée sur base de l'art. 145/33 §1, 1° CIR92 —… |
| issuer.email | Optioneel | string | |
| donor | Verplicht | object | |
| donor.name | Verplicht | string | |
| donor.address | Verplicht | string | |
| donor.tax_id | Optioneel | string | Donor's tax / VAT / national ID, optional. |
| donor.donor_type | Optioneel | enum | |
| donation | Verplicht | object | |
| donation.date | Verplicht | date | |
| donation.amount | Verplicht | string | |
| donation.currency | Verplicht | string | |
| donation.payment_method | Verplicht | enum | |
| donation.payment_reference | Optioneel | string | |
| donation.designated_purpose | Optioneel | string | |
| receipt_number | Optioneel | string | |
| tax_deductibility_statement | Verplicht | string | |
| no_goods_or_services_statement | Verplicht | object | |
| no_goods_or_services_statement.no_consideration | Verplicht | boolean | True if no goods or services of appreciable value were provided in return; required for most EU tax-deductibility regimes. |
| no_goods_or_services_statement.clarification | Verplicht | string | |
| signatory | Verplicht | object | |
| signatory.name | Verplicht | string | |
| signatory.role | Verplicht | string | |
| signatory.date | Verplicht | date | |
| signatory.place | Verplicht | string |
POST /render
Genereer het
Eén POST /render-oproep: stuur je JSON, ontvang de afgewerkte PDF. Of sla de JSON over en beschrijf het document in gewone taal op chut.app.
curl -X POST https://api.papii.eu/render \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"template": "generic.csr.donation_receipt",
"data": { ... },
"options": {"language": "nl"}
}' -o donation-receipt.pdf Veelgestelde vragen
Wat is een “Attest van gift”?
Receipt issued by a registered nonprofit (ASBL/VZW/charity) to a donor (corporate or individual) evidencing a gift eligible for tax deduction under the donor's national tax law (BE: Art. 145/33 and 14533 CIR92 for individuals / 199 CIR92 for corporates; FR: Art. 200 and 238 bis CGI; NL: Art. 6.32 Wet IB 2001). Op papii is dit document beschikbaar als sjabloon generic.csr.donation_receipt: een JSON-schema plus een deterministische PDF-renderer — dezelfde data levert altijd hetzelfde document op.
Kan ik een “Attest van gift” genereren met AI?
Ja. chut.app — de AI-backoffice aangedreven door papii — vult dit sjabloon in op basis van een beschrijving in gewone taal: jij beschrijft het document in één zin, de AI structureert de data, papii valideert die tegen het schema en rendert de PDF. Ontwikkelaars kunnen de papii-API ook rechtstreeks aanroepen met gestructureerde JSON.
Is het sjabloon “Attest van gift” juridisch conform?
Dit sjabloon heeft een geverifieerde rendering: het schema, de voorbeelddata en de PDF-uitvoer worden bij elke release automatisch getest. Het is gepubliceerd met status “ready”, wat betekent dat het de finale juridische review van papii nog niet heeft doorlopen. Waar het naar specifieke wetgeving verwijst, staat dat vermeld in de sjabloonbeschrijving — laat documenten met juridische gevolgen altijd door een professional nakijken voor je erop vertrouwt.