Student fee receipt

Pack 04 · Education · A4

A polished student-account receipt that makes the relationship between invoiced fees, scholarship and payment explicit. It works for tuition, term fees and institutional charges.

  1. Fee-head allocation
  2. Scholarship and balance visibility
  3. Bank transaction reference
  4. Accounts seal and control id
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 student fee receipt PDFs by POSTing a shape like this to /v1/generate.

sample_data.json
{
  "receipt_number": "NBI-FR-2607184",
  "paid_at": "2026-07-10",
  "academic_year": "2026-27",
  "term": "Monsoon term",
  "currency": "INR",
  "amount_paid": 185000,
  "amount_in_words": "Indian Rupees One Lakh Eighty-Five Thousand Only",
  "invoice_total": 225000,
  "scholarship": 40000,
  "balance": 0,
  "transaction_id": "txn_NBI_8Q42P19",
  "received_by": "AK-04",
  "institution": {
    "name": "Northbridge Institute",
    "address": "Scholar's Walk, Pune 411007",
    "tax_id": "PAN AAATN1842Q"
  },
  "student": {
    "id": "NBI25MDF018",
    "name": "Zoya Rahman",
    "programme": "Master of Design Futures"
  },
  "payment": {
    "mode": "Net banking",
    "reference": "UTR N26071918420"
  },
  "fees": [
    {
      "name": "Tuition fee",
      "note": "Monsoon term · 2026-27",
      "amount": 168000
    },
    {
      "name": "Studio & workshop fee",
      "note": "Materials and fabrication access",
      "amount": 12000
    },
    {
      "name": "Library & digital resources",
      "note": "Annual access",
      "amount": 5000
    }
  ],
  "payment_note": "Payment received in full after merit scholarship adjustment. Keep this receipt for student-account and tax records."
}
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":"NBI-FR-2607184","paid_at":"2026-07-10","academic_year":"2026-27","term":"Monsoon term","currency":"INR","amount_paid":185000,"amount_in_words":"Indian Rupees One Lakh Eighty-Five Thousand Only","invoice_total":225000,"scholarship":40000,"balance":0,"transaction_id":"txn_NBI_8Q42P19","received_by":"AK-04","institution":{"name":"Northbridge Institute","address":"Scholar's Walk, Pune 411007","tax_id":"PAN AAATN1842Q"},"student":{"id":"NBI25MDF018","name":"Zoya Rahman","programme":"Master of Design Futures"},"payment":{"mode":"Net banking","reference":"UTR N26071918420"},"fees":[{"name":"Tuition fee","note":"Monsoon term · 2026-27","amount":168000},{"name":"Studio & workshop fee","note":"Materials and fabrication access","amount":12000},{"name":"Library & digital resources","note":"Annual access","amount":5000}],"payment_note":"Payment received in full after merit scholarship adjustment. Keep this receipt for student-account and tax records."}}'

Sign up to seed this template and get its template_id.

Related templates