Skip to content

Documentsjabloon · generic.customer.cancellation_confirmation

Cancellation Confirmation

  • Rendering geverifieerd
  • Juridisch gevoelig
  • Versie 1.0.0

Confirmation issued by a vendor to a customer who has cancelled a subscription or commercial contract. Captures the cancellation reference, effective date, a reason summary, the list of services being switched off, the data-retention policy that applies post-cancellation, optional final invoice details, an offboarding checklist with actions/owners/status, a feedback-request paragraph and the vendor signatory. Non-regulated commercial document — no statutory source.

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 26 velden:

Veld Verplicht Type Beschrijving
vendor Verplicht object
vendor.name Verplicht string
vendor.address Verplicht string
vendor.contact_email Verplicht string
customer Verplicht object
customer.name Verplicht string
customer.account_id Verplicht string
cancellation_reference Verplicht string
cancellation_effective_date Verplicht date
reason_summary Verplicht string
affected_services Verplicht array of string
data_retention_policy_summary Verplicht string
final_invoice_details_optional Optioneel object
final_invoice_details_optional.amount Verplicht number
final_invoice_details_optional.currency Verplicht string
final_invoice_details_optional.due_date Verplicht date
offboarding_checklist Verplicht array of object
offboarding_checklist[].action Verplicht string
offboarding_checklist[].owner Verplicht string
offboarding_checklist[].due_date Verplicht date
offboarding_checklist[].status Verplicht enum
feedback_request Verplicht string
signatory Verplicht object
signatory.name Verplicht string
signatory.title Verplicht string
signatory.date Verplicht date

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
curl -X POST https://api.papii.eu/render \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "template": "generic.customer.cancellation_confirmation",
    "data": { ... },
    "options": {"language": "nl"}
  }' -o cancellation-confirmation.pdf

Veelgestelde vragen

Wat is een “Cancellation Confirmation”?

Confirmation issued by a vendor to a customer who has cancelled a subscription or commercial contract. Captures the cancellation reference, effective date, a reason summary, the list of services being switched off, the data-retention policy that applies post-cancellation, optional final invoice details, an offboarding checklist with actions/owners/status, a feedback-request paragraph and the vendor signatory. Non-regulated commercial document — no statutory source. Op papii is dit document beschikbaar als sjabloon generic.customer.cancellation_confirmation: een JSON-schema plus een deterministische PDF-renderer — dezelfde data levert altijd hetzelfde document op.

Kan ik een “Cancellation Confirmation” 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 “Cancellation Confirmation” 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.