Generate a French rent receipt (quittance de loyer) PDF — free, no account
generate_rent_receiptFREE — no account needed. · GRATUIT, sans compte : quittance de loyer en PDF. — Rent receipt (quittance de loyer, loi n° 89-462 art. 21) PDF from the data you give: landlord, tenant, property address, period, rent and charges, payment date. Deterministic template engine — a fixed legal template filled with the given data, not AI-generated content. The document is issued in FRENCH (required for legal validity); includeEnglish appends a non-binding English reference translation. Nothing is stored: the PDF is available for 24 hours through a single-use link, then deleted — no account, no property, no history. Per-network caps apply (a structured rate_limited result says when to retry). Have the landlord verify every field before sending it to the tenant. With an AdminLanding account the same receipt is pre-filled from your saved properties, the tenant is stamped from the record so their name never passes through the assistant, receipts are kept in your history and shared through the tenant portal, and leases can be sent for e-signature — €4.90 — one document for this property (buy in the web app), or €49 — 50 documents (€39 each additional property); first property free (10 documents). Payment happens in the browser, never through the agent. General information/document tooling, not legal advice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locale | No | Filename/interface language only — the document is always issued in French (required for validity). Default fr. | |
| periodTo | Yes | Rental period end (ISO date). The receipt month is derived from this date. | |
| periodFrom | Yes | Rental period start (ISO date, e.g. 2026-08-01). | |
| rentAmount | Yes | Rent excluding charges, in euros, as a string (e.g. '850' or '850.50'). | |
| tenantName | Yes | Tenant's full name (locataire) as it must appear on the receipt. | |
| paymentDate | Yes | Date the landlord RECEIVED the payment (ISO date). | |
| landlordName | Yes | Landlord's full name (bailleur). | |
| chargesAmount | Yes | Charges (provisions/forfait), in euros, as a string ('0' if none). | |
| paymentMethod | No | Payment method (e.g. 'Virement bancaire', 'Chèque'). Defaults to bank transfer. | |
| includeEnglish | No | Append a non-binding English reference translation as the last page. The legal document itself stays French. | |
| landlordAddress | Yes | Landlord's address. | |
| propertyAddress | Yes | Address of the rented dwelling. |