Receipts

Studio receipt

Mark a client's studio payment as paid with a stamp.

File types
PDF
Size
A4 PDF
Use case
Receipts
Licence
Free to copy and use in your own templates
Source
Made by thirds.ai with the open-licence Fraunces font, original graphic marks, and fictional sample names.
A tall cream receipt with a mustard circular Paid stamp and a large paid total for a fictional studio payment.
studio-receipt/template.html

About this design

What you can make with it.

Studios use this receipt right after a client's payment lands. It sets a mustard Paid stamp above an itemised ledger and the paid total. Add the payment details and method, then keep the stamp to one short word.

Your details

What you can change.

These are the words and numbers you swap for your own. The design stays the same.

  1. Business nameA short text.
  2. Business addressA short text.
  3. Business emailA short text.
  4. Customer nameA short text.
  5. Customer emailA short text.
  6. Receipt numberA short text.
  7. Paid onA short text.
  8. Payment methodA short text.
  9. StampA short text.
  10. ItemsA list of items. Each item has description, quantity and amount.
  11. SubtotalA number.
  12. Tax labelA short text.
  13. TaxA number.
  14. TotalA number.
  15. NoteA longer text with more than one line.
  16. FooterA short text.
Sample data
{
  "business_name": "Lumen Press Studio",
  "business_address": "16 Stillhouse Lane, Bristol BS3 4EB",
  "business_email": "desk@lumenpress.co.uk",
  "customer_name": "Priya Shah",
  "customer_email": "priya@example.com",
  "receipt_number": "LP-R4418",
  "paid_on": "2026-10-14",
  "payment_method": "Visa ending 2281",
  "stamp": "Paid",
  "items": [
    {
      "description": "A2 print, warm paper, edition of 20",
      "quantity": 20,
      "amount": 360
    },
    {
      "description": "A3 print, two colours",
      "quantity": 12,
      "amount": 168
    },
    {
      "description": "Foil stamp on the title sheet",
      "quantity": 1,
      "amount": 85
    },
    {
      "description": "Board folder, mustard cloth",
      "quantity": 8,
      "amount": 96
    },
    {
      "description": "Studio hire, half day",
      "quantity": 1,
      "amount": 140
    },
    {
      "description": "Courier to Bath",
      "quantity": 1,
      "amount": 18
    },
    {
      "description": "Tissue wrap and tape",
      "quantity": 1,
      "amount": 12
    }
  ],
  "subtotal": 879,
  "tax_label": "VAT 20%",
  "tax": 175.8,
  "total": 1054.8,
  "note": "Thank you. Amounts are in pounds sterling. Bring this receipt if you collect the rest of the edition.",
  "footer": "Lumen Press Studio Ltd, company no. 09144712."
}

For developers

Make this file from your code or your AI tools.

Save your copy once, then send the new details with each request. Each finished file costs 1 credit.

API request
curl https://thirds.ai/v1/pdf \
  -H "Authorization: Bearer $THIRDS_API_KEY" \
  -H "Content-Type: application/json" \
  -H "Idempotency-Key: studio-receipt-1" \
  -d '{"template_id":"tpl_your_copy","version":1,"data":{"business_name":"Lumen Press Studio","business_address":"16 Stillhouse Lane, Bristol BS3 4EB","business_email":"desk@lumenpress.co.uk","customer_name":"Priya Shah","customer_email":"priya@example.com","receipt_number":"LP-R4418","paid_on":"2026-10-14","payment_method":"Visa ending 2281","stamp":"Paid","items":[{"description":"A2 print, warm paper, edition of 20","quantity":20,"amount":360},{"description":"A3 print, two colours","quantity":12,"amount":168},{"description":"Foil stamp on the title sheet","quantity":1,"amount":85},{"description":"Board folder, mustard cloth","quantity":8,"amount":96},{"description":"Studio hire, half day","quantity":1,"amount":140},{"description":"Courier to Bath","quantity":1,"amount":18},{"description":"Tissue wrap and tape","quantity":1,"amount":12}],"subtotal":879,"tax_label":"VAT 20%","tax":175.8,"total":1054.8,"note":"Thank you. Amounts are in pounds sterling. Bring this receipt if you collect the rest of the edition.","footer":"Lumen Press Studio Ltd, company no. 09144712."}}'
MCP call
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "render",
    "arguments": {
      "output": "pdf",
      "idempotency_key": "studio-receipt-1",
      "request": {
        "template_id": "tpl_your_copy",
        "version": 1,
        "data": {
          "business_name": "Lumen Press Studio",
          "business_address": "16 Stillhouse Lane, Bristol BS3 4EB",
          "business_email": "desk@lumenpress.co.uk",
          "customer_name": "Priya Shah",
          "customer_email": "priya@example.com",
          "receipt_number": "LP-R4418",
          "paid_on": "2026-10-14",
          "payment_method": "Visa ending 2281",
          "stamp": "Paid",
          "items": [
            {
              "description": "A2 print, warm paper, edition of 20",
              "quantity": 20,
              "amount": 360
            },
            {
              "description": "A3 print, two colours",
              "quantity": 12,
              "amount": 168
            },
            {
              "description": "Foil stamp on the title sheet",
              "quantity": 1,
              "amount": 85
            },
            {
              "description": "Board folder, mustard cloth",
              "quantity": 8,
              "amount": 96
            },
            {
              "description": "Studio hire, half day",
              "quantity": 1,
              "amount": 140
            },
            {
              "description": "Courier to Bath",
              "quantity": 1,
              "amount": 18
            },
            {
              "description": "Tissue wrap and tape",
              "quantity": 1,
              "amount": 12
            }
          ],
          "subtotal": 879,
          "tax_label": "VAT 20%",
          "tax": 175.8,
          "total": 1054.8,
          "note": "Thank you. Amounts are in pounds sterling. Bring this receipt if you collect the rest of the edition.",
          "footer": "Lumen Press Studio Ltd, company no. 09144712."
        }
      }
    }
  }
}

Make this design yours.

Open it in the editor, change anything you like, and keep it with your own templates. Your first 50 credits each month are free.