Document template · generic.csr.donation_receipt
Charitable Donation Receipt
- Render-verified
- Official document
- Version 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
Fields in this template
Data sent to the API is validated against the template’s JSON Schema before anything is rendered. This template defines 29 fields:
| Field | Required | Type | Description |
|---|---|---|---|
| issuer | Required | object | |
| issuer.name | Required | string | |
| issuer.legal_form | Required | string | E.g. 'ASBL / VZW', 'Fondation reconnue d'utilité publique', 'ANBI', 'Public benefit foundation'. |
| issuer.registration_number | Required | string | |
| issuer.address | Required | string | |
| issuer.tax_deductibility_reference | Required | 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 | Optional | string | |
| donor | Required | object | |
| donor.name | Required | string | |
| donor.address | Required | string | |
| donor.tax_id | Optional | string | Donor's tax / VAT / national ID, optional. |
| donor.donor_type | Optional | enum | |
| donation | Required | object | |
| donation.date | Required | date | |
| donation.amount | Required | string | |
| donation.currency | Required | string | |
| donation.payment_method | Required | enum | |
| donation.payment_reference | Optional | string | |
| donation.designated_purpose | Optional | string | |
| receipt_number | Optional | string | |
| tax_deductibility_statement | Required | string | |
| no_goods_or_services_statement | Required | object | |
| no_goods_or_services_statement.no_consideration | Required | 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 | Required | string | |
| signatory | Required | object | |
| signatory.name | Required | string | |
| signatory.role | Required | string | |
| signatory.date | Required | date | |
| signatory.place | Required | string |
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": "generic.csr.donation_receipt",
"data": { ... },
"options": {"language": "en"}
}' -o donation-receipt.pdf Frequently asked questions
What is “Charitable Donation Receipt”?
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). On papii this document is available as template generic.csr.donation_receipt: a JSON Schema plus a deterministic PDF renderer, so the same data always produces the same document.
Can I generate a Charitable Donation Receipt 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 Charitable Donation Receipt 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.