GST payment receipt

Pack 05 · India GST · A4

A formal payment acknowledgement for Indian B2B collections. It makes partial allocation and balance due unmistakable while retaining the GST identities finance teams need for reconciliation.

  1. Direct link to the settled GST invoice
  2. Payment mode and bank reference
  3. Amount in words and balance due
  4. Accounts authorisation block
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 gst payment receipt PDFs by POSTing a shape like this to /v1/generate.

sample_data.json
{
  "receipt_number": "KL/RCPT/26-27/0062",
  "receipt_date": "2026-07-10",
  "currency": "INR",
  "amount": 150351,
  "received_from": "Riverstone Hospitality LLP",
  "payer_address": "Residency Road, Bengaluru 560025",
  "payer_gstin": "29AATFR7316M1Z8",
  "payment": {
    "mode": "NEFT",
    "reference": "N186204713592"
  },
  "invoice_number": "KL/26-27/0148",
  "balance_due": 100234,
  "payment_for": "Part payment: 60% against invoice",
  "invoice_total": 250585,
  "amount_in_words": "Indian Rupees One Lakh Fifty Thousand Three Hundred Fifty-One Only",
  "company": {
    "name": "Kite & Loom Private Limited",
    "address": "Lower Parel, Mumbai 400013",
    "gstin": "27AAECK4821F1ZQ"
  },
  "notes": "Subject to realisation of funds. This receipt does not replace the tax invoice."
}
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":"KL/RCPT/26-27/0062","receipt_date":"2026-07-10","currency":"INR","amount":150351,"received_from":"Riverstone Hospitality LLP","payer_address":"Residency Road, Bengaluru 560025","payer_gstin":"29AATFR7316M1Z8","payment":{"mode":"NEFT","reference":"N186204713592"},"invoice_number":"KL/26-27/0148","balance_due":100234,"payment_for":"Part payment: 60% against invoice","invoice_total":250585,"amount_in_words":"Indian Rupees One Lakh Fifty Thousand Three Hundred Fifty-One Only","company":{"name":"Kite & Loom Private Limited","address":"Lower Parel, Mumbai 400013","gstin":"27AAECK4821F1ZQ"},"notes":"Subject to realisation of funds. This receipt does not replace the tax invoice."}}'

Sign up to seed this template and get its template_id.

Related templates