Freelancer Guide

The Invoice Chaser

Get paid faster without the awkward calls.

Buy Now — $2.95See All Guides

What You're Getting

Late payments cost freelancers an average of 20% of their annual revenue—not in bad debt, but in time spent chasing, cash flow disruption, and work done while invoices go unpaid. This guide gives you the exact scripts, systems, and automation setup to get paid faster, handle disputes professionally, and stop every invoice from becoming a negotiation.

You'll have:

  • The 6-step invoice delivery system that reduces late payments
  • Word-for-word follow-up scripts for every stage (friendly to legal)
  • Payment terms language that holds up and gets paid
  • How to set up automated payment reminders
  • Scripts for "the client who won't pay" — including escalation steps

---

Section 1: Why Invoices Go Unpaid

Before you can fix the problem, you need to understand why it happens. Late payment falls into four categories:

**1. Administrative friction** — The client received your invoice but it got buried, forwarded to the wrong person, or is sitting in an approval queue. This is ~50% of late payments. Fix: better invoice delivery + reminders.

**2. Cash flow problems** — The client genuinely doesn't have the money right now. This is ~20% of late payments. Fix: installment options, clear consequences.

**3. Dissatisfaction** — The client isn't happy with the work and is passively withholding payment. This is ~15% of late payments. Fix: proactive check-ins, satisfaction confirmation before invoicing.

**4. Bad faith** — The client never intended to pay. This is ~15% of late payments. Fix: better client vetting upfront, deposits, contracts.

This guide addresses all four — but especially the first two, which are fixable with the right system.

---

Section 2: The Invoice Delivery System

Most late payments start at the moment you send the invoice. Here's how to send invoices so they actually get paid.

Step 1: Confirm before you invoice

Before sending an invoice, send a "completion confirmation" email. This serves two purposes: it gets written acknowledgment that the work is done, and it surfaces any dissatisfaction before you ask for money.

Template:

> Subject: [Project name] — everything delivered, confirming receipt

>

> Hi [Name],

>

> Just confirming everything's been delivered as agreed:

> ✓ [Deliverable 1]

> ✓ [Deliverable 2]

> ✓ [Deliverable 3]

>

> Before I send the final invoice, I want to make sure everything looks good on your end. Any questions or tweaks needed?

>

> [Your name]

Wait for their confirmation, then invoice. If they say something isn't right, fix it now — before the invoice creates confrontation.

---

Step 2: Write invoices that get paid

Invoice essentials (non-negotiable):

  • Invoice number (for their accounting system)
  • Invoice date and due date (explicit, not "net 30")
  • Itemized list of what was delivered
  • Total amount with currency
  • Payment instructions (not just your bank account — exact steps)
$2.95
one-time · instant download

30-day money-back guarantee · Secure checkout via Stripe

// Cookie banner function acceptCookies() { localStorage.setItem('cookies', 'accepted'); document.getElementById('cookieBanner').style.display = 'none'; loadGA(); } function rejectCookies() { localStorage.setItem('cookies', 'rejected'); document.getElementById('cookieBanner').style.display = 'none'; } window.addEventListener('DOMContentLoaded', () => { if (!localStorage.getItem('cookies')) { document.getElementById('cookieBanner').style.display = 'flex'; } });