Document template · generic.governance.share_certificate
Share Certificate
- Render-verified
- Legal-sensitive
- Version 1.0.0
Share certificate evidencing ownership of registered shares in a private limited company. Issued by the company to the shareholder and cross-referenced to the share register. Fits BE WVV/CCA art. 5:27 (registered shares), FR Code de commerce art. L228-1 (titres nominatifs), DE AktG §10 (Aktienurkunde) and NL BW Boek 2 art. 2:194 (aandeelhoudersregister).
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 20 fields:
| Field | Required | Type | Description |
|---|---|---|---|
| certificate_number | Required | string | |
| company | Required | object | |
| company.name | Required | string | |
| company.registration | Required | string | |
| company.registered_office | Required | string | |
| shareholder | Required | object | |
| shareholder.name | Required | string | |
| shareholder.address | Required | string | |
| shareholder.tax_id | Optional | string | |
| share_details | Required | object | |
| share_details.class_name | Required | string | |
| share_details.number_of_shares | Required | integer | |
| share_details.par_value | Required | number | |
| share_details.total_par_value | Required | number | |
| share_details.currency | Required | string | |
| date_of_issue | Required | date | |
| issuing_directors | Required | array | |
| corporate_seal_placeholder | Optional | string | |
| transferability_note | Required | string | |
| register_reference | 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.governance.share_certificate",
"data": { ... },
"options": {"language": "en"}
}' -o share-certificate.pdf Frequently asked questions
What is “Share Certificate”?
Share certificate evidencing ownership of registered shares in a private limited company. Issued by the company to the shareholder and cross-referenced to the share register. Fits BE WVV/CCA art. 5:27 (registered shares), FR Code de commerce art. L228-1 (titres nominatifs), DE AktG §10 (Aktienurkunde) and NL BW Boek 2 art. 2:194 (aandeelhoudersregister). On papii this document is available as template generic.governance.share_certificate: a JSON Schema plus a deterministic PDF renderer, so the same data always produces the same document.
Can I generate a Share Certificate 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 Share Certificate 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.