Skip to content

Document template · generic.legal.settlement_commercial

Commercial Settlement Agreement

  • Render-verified
  • Legal-sensitive
  • Version 1.0.0

Commercial settlement agreement — binding compromise that resolves a commercial dispute between two or more businesses, typically comprising mutual releases, an agreed settlement payment, and optional confidentiality and no-admission clauses. In civil-law systems this is a 'transaction' (Art. 2044 French Civil Code / Art. 1723 Belgian Civil Code new).

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

Field Required Type Description
reference Optional string
parties Required array of object
parties[].legal_name Required string
parties[].address Required string
parties[].registration_number Optional string
parties[].representative_name Required string
parties[].representative_role Optional string
effective_date Required date
dispute_summary Required string
mutual_releases Required string
settlement_payment Required object
settlement_payment.amount Required number
settlement_payment.currency Required string
settlement_payment.payer Required string
settlement_payment.payee Required string
settlement_payment.due_date Required date
settlement_payment.payment_mechanism Required string IBAN, escrow account, reference, conditions.
settlement_payment.instalments_optional Optional array of object
confidentiality_terms Required string
no_admission_clause_boolean Required boolean
future_relationship_terms_optional Optional string
governing_law Required string
signatories Required array of object
signatories[].party_legal_name Required string
signatories[].name Required string
signatories[].role Required string
signatories[].date Optional date
signatories[].place Optional 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
curl -X POST https://api.papii.eu/render \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "template": "generic.legal.settlement_commercial",
    "data": { ... },
    "options": {"language": "en"}
  }' -o settlement-commercial.pdf

Frequently asked questions

What is “Commercial Settlement Agreement”?

Commercial settlement agreement — binding compromise that resolves a commercial dispute between two or more businesses, typically comprising mutual releases, an agreed settlement payment, and optional confidentiality and no-admission clauses. In civil-law systems this is a 'transaction' (Art. 2044 French Civil Code / Art. 1723 Belgian Civil Code new). On papii this document is available as template generic.legal.settlement_commercial: a JSON Schema plus a deterministic PDF renderer, so the same data always produces the same document.

Can I generate a Commercial Settlement Agreement 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 Commercial Settlement Agreement 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.