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.
- Direct link to the settled GST invoice
- Payment mode and bank reference
- Amount in words and balance due
- Accounts authorisation block
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

GST tax invoice
India-ready tax invoice with GSTIN, HSN/SAC and switchable CGST/SGST or IGST totals.

GST quotation
Commercial quotation with HSN/SAC, GST estimate, validity, delivery and acceptance terms.

Delivery challan
Rule 55 goods-movement record with consignor, consignee, e-way bill and assessable value.