Rent receipt

Pack 05 · India GST · A4

A restrained but authoritative rent receipt for HRA and tenancy records. It gives the property, period, payment and landlord identity a clear hierarchy instead of presenting them as a loose block of text.

  1. Landlord PAN and tenant identity
  2. Property and tenancy reference
  3. Bank transfer reference
  4. HRA-friendly receipt wording
Use this template →Seeds into your account on signup. No setup.Have your own PDF? Import it →

Example data

The data payload this template expects. Generate rent receipt PDFs by POSTing a shape like this to /v1/generate.

sample_data.json
{
  "receipt_number": "RR-2026-06-018",
  "received_date": "2026-07-02",
  "rent_period": "June 2026",
  "currency": "INR",
  "amount": 38500,
  "amount_in_words": "Indian Rupees Thirty-Eight Thousand Five Hundred Only",
  "payment_mode": "Bank transfer",
  "payment_reference": "UTR HDFCN26071842",
  "landlord": {
    "name": "Leela Narang",
    "pan": "AENPN8426R"
  },
  "tenant": {
    "name": "Rohan Iyer",
    "address": "Bandra West, Mumbai 400050"
  },
  "property": {
    "label": "Apartment 8B · Cedar Court",
    "address": "Pali Hill Road, Bandra West, Mumbai 400050",
    "tenancy_id": "CC-8B-24"
  },
  "declaration": "Rent received in full for the period stated. No service or maintenance charges are included in this amount."
}
generate.sh
curl -X POST https://doclinth.com/v1/generate \
  -H "Authorization: Bearer dl_live_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"template_id":"YOUR_TEMPLATE_ID","data":{"receipt_number":"RR-2026-06-018","received_date":"2026-07-02","rent_period":"June 2026","currency":"INR","amount":38500,"amount_in_words":"Indian Rupees Thirty-Eight Thousand Five Hundred Only","payment_mode":"Bank transfer","payment_reference":"UTR HDFCN26071842","landlord":{"name":"Leela Narang","pan":"AENPN8426R"},"tenant":{"name":"Rohan Iyer","address":"Bandra West, Mumbai 400050"},"property":{"label":"Apartment 8B · Cedar Court","address":"Pali Hill Road, Bandra West, Mumbai 400050","tenancy_id":"CC-8B-24"},"declaration":"Rent received in full for the period stated. No service or maintenance charges are included in this amount."}}'

Sign up to seed this template and get its template_id.

Related templates