Skip to content

Document template · generic.business.commission_statement

Commission Statement

  • Render-verified
  • Commercial
  • Version 1.0.0

Country-agnostic sales commission statement issued by the employer to a salesperson. National employment and commercial-agent rules may apply (e.g. Dir. 86/653/EEC on self-employed commercial agents for EU callers).

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 31 fields:

Field Required Type Description
issuer Required object
issuer.name Required string
issuer.address Required string
issuer.vat_id Optional string
issuer.contact_email Optional string
salesperson Required object
salesperson.name Required string
salesperson.employee_id Required string
salesperson.role Optional string
salesperson.territory Optional string
period Required object
period.from Required date
period.to Required date
deals Required array of object
deals[].customer Required string
deals[].order_reference Required string
deals[].invoice_reference Optional string
deals[].net_revenue Required number
deals[].commission_rate_pct Required number
deals[].commission_amount Required number
deals[].status Required enum
totals Required object
totals.commissionable_revenue Required number
totals.commission_total Required number
totals.currency Required string
payment_date Required date
notes Optional string
signatory Optional object
signatory.name Required string
signatory.role Required string

+1 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
curl -X POST https://api.papii.eu/render \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "template": "generic.business.commission_statement",
    "data": { ... },
    "options": {"language": "en"}
  }' -o commission-statement.pdf

Frequently asked questions

What is “Commission Statement”?

Country-agnostic sales commission statement issued by the employer to a salesperson. National employment and commercial-agent rules may apply (e.g. Dir. 86/653/EEC on self-employed commercial agents for EU callers). On papii this document is available as template generic.business.commission_statement: a JSON Schema plus a deterministic PDF renderer, so the same data always produces the same document.

Can I generate a Commission Statement 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 Commission Statement 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.