Most freelancers use "credit note" and "revised invoice" as if they're synonyms. They aren't. They're different financial documents for different states of an invoice, and treating them as interchangeable creates a specific class of bookkeeping problem that doesn't show up until the next audit, the next financial review with a client, or the moment you try to reconcile your books for tax season. The good news is the rule for choosing between them is simple. The bad news is the rule isn't what most freelance billing tutorials say.
The one-question rule
The decision tree has exactly one node: has the original invoice been paid?
- Not paid yet → revise the invoice. The original document gets corrected, retains its invoice number, and is resent. No new financial record is created.
- Already paid → issue a credit note. The original invoice is permanent (it has a corresponding payment record). To correct it, you create a separate document — the credit note — that reduces or zeroes out the original.
That's the entire decision. Everything else in this post is about why this rule exists, what each tool does, and the edge cases where the answer gets slightly more complicated.
What a revised invoice actually is
A revised invoice is the same invoice, corrected. The invoice number doesn't change. The financial record in your books doesn't get duplicated. The client receives an updated version with the same identity as the original, plus a clear notification that it's been revised. Internally, your billing tool may track the version history (Clockout does this via the revised status), but externally — to your accountant, to the client's accounts payable system, to the IRS — there's still one invoice. It just had an edit cycle in its lifecycle.
Revised invoices are appropriate for: PO number additions, line item splits, rate corrections, date fixes, tax adjustments, scope corrections, basically any change requested before the invoice has been paid. The standard accounting position in the US (GAAP), UK (UK GAAP/IFRS), and most other jurisdictions is that an unpaid invoice is a tentative claim — it can be corrected up until the moment payment is recorded. After that, it's a permanent record.
What a credit note actually is
A credit note (sometimes called a credit memo) is a separate document that reduces an existing financial obligation. It has its own number, its own date, and its own line items — except the line items are negative or stated as a credit toward the original invoice. The credit note doesn't replace the original invoice; it accompanies it. After both documents are filed, the net financial state is what the credit note describes.
Credit notes are appropriate for: refunds on already-paid invoices, partial reductions for service issues after payment, returned goods, settled disputes that reduce the amount owed, and tax-driven corrections in jurisdictions that mandate them (some VAT regimes require credit notes even for unpaid invoices when tax amounts change). The defining feature is permanence: a credit note becomes a separate financial record that lives alongside the original invoice forever.
Why mixing them up creates bookkeeping problems
The most common mistake is issuing a credit note when the original wasn't paid. Now your books show: an outstanding invoice for $5,000, a credit note for $2,000, and no payment yet. Your accountant has to figure out whether the client owes $5,000, $3,000, or $0. The client's AP system has the same confusion. Six months from now during reconciliation, you'll spend an hour piecing together the timeline.
The opposite mistake — revising a paid invoice — creates audit risk. Once payment has been recorded, the original invoice is part of your tax records. Editing it after the fact, without issuing a corresponding credit note, can be flagged in an audit as evidence of altered financial records. Even if the change was legitimate (you noticed a mistake after payment), the right way is to issue a credit note for the difference, not to silently update the original.
Worked examples
Example 1: Wrong PO number on a sent (unpaid) invoice
Client emails: "Can you add PO 4471-A to this invoice? I can't process payment without it." The invoice is sent but not paid. → Revise the invoice. Add the PO number, resend with the same invoice number, notify the client. No credit note involved.
Example 2: Refund on a paid invoice for a partial scope cut
Client paid $5,000 for a project. After delivery, you and the client agree to remove $1,500 worth of scope (the deliverable wasn't what they wanted, and you've agreed to refund). → Issue a credit note for $1,500 against the original invoice. The original invoice stays at $5,000 (because that's what was paid). The credit note reduces the net amount owed to $3,500. You refund $1,500 to the client. Books are clean.
Example 3: Wrong tax line on a sent (unpaid) invoice
You charged sales tax on an invoice to a client in a state where the service is exempt. Invoice is sent but not paid. → Revise the invoice. Remove the tax line, recalculate the total, resend. Notify the client of the new (lower) total. No credit note.
Example 4: Wrong tax line on a PAID invoice (UK VAT)
You charged 20% UK VAT on an invoice that should have been 0% (zero-rated). The invoice was already paid. → Issue a VAT credit note for the incorrectly-charged VAT amount. Refund the VAT amount to the client. File the credit note with HMRC as part of your VAT return. The original invoice stays paid; the credit note adjusts the net VAT.
Example 5: Disputed scope on a partially-paid invoice
Client paid $2,000 of a $5,000 invoice and is disputing the remaining $3,000. After negotiation, you agree to settle for the $2,000 already paid. → Issue a credit note for $3,000 against the original invoice. The original invoice stays at $5,000 (it's part of the financial record). The credit note zeroes out the remaining balance. The dispute is resolved on paper.
Jurisdiction-specific edge cases
UK VAT
HMRC requires credit notes for any VAT-bearing invoice correction that reduces the VAT charged, even before payment. The threshold is whether VAT was reported on the original — if the invoice has been included in a filed VAT return, corrections require a credit note. If the invoice hasn't been included in a return yet, you can revise. For UK freelancers, the practical rule: revise within the same VAT period; credit-note across VAT periods.
EU VAT (most member states)
Similar to UK rules. Credit notes are required for VAT-inclusive corrections that span filing periods or that reduce the VAT amount. Some member states (Germany, France) have specific format requirements for credit notes (must include reference to original invoice number, must be sequentially numbered, must specify reason for credit). Check your local rules if you bill VAT-registered clients in the EU.
Canada GST/HST
CRA allows in-place revision for unpaid invoices. For paid invoices or for tax-relevant adjustments after the GST/HST return has been filed, a credit note (called "adjustment note" in some CRA documentation) is required. The credit note must reference the original invoice and state the GST/HST adjustment explicitly.
Australia GST
ATO uses "adjustment notes" rather than "credit notes" terminology, but the rules are essentially the same: in-place revision for unpaid GST-bearing invoices, formal adjustment notes for paid or filed-period adjustments. Adjustment notes must reference the original tax invoice and the GST adjustment.
US (no federal VAT/GST)
US invoicing rules are state-driven and looser than VAT regimes. The general principle holds (revise unpaid, credit-note paid), but there's no federal mandate forcing the choice. Where it matters most for US freelancers: state sales tax (if you charge it) follows similar rules to VAT — corrections after a state sales tax return is filed need a credit note rather than an in-place revision.
How modern billing tools handle this
A well-designed billing tool enforces the right choice automatically. The system should let you revise an invoice in place while it's in any pre-paid state (draft, sent, viewed, partially-paid) but require a credit note for paid invoices. This prevents the most common mistake: silently editing an invoice that's already been paid.
Clockout's invoice flow follows this principle. From any pre-paid state, the invoice can be transitioned to a revised status that re-opens it for editing — the invoice number and audit trail stay intact, and session-backed line items re-sync automatically. Once an invoice is fully paid, it locks. Adjustments after that point require a separate document. This is the right structural enforcement: it makes the correct choice easy and the incorrect choice impossible. See how editable invoices work in Clockout for the technical detail.
What credit notes look like in practice
A credit note has the same general structure as an invoice with a few critical differences:
- Document type: labeled "Credit Note" (or "Credit Memo" in US accounting; "Adjustment Note" in Australian GST), not "Invoice."
- Sequential number: separate sequence from invoices. Don't reuse invoice numbers for credit notes.
- Reference to original invoice: must clearly state which invoice the credit note relates to ("Credit note CN-2026-014, against Invoice INV-2026-247").
- Reason for credit: brief explanation of why the credit is being issued ("refund of unused project hours per agreement dated 2026-04-22").
- Negative or credit line items: line items can be expressed as negative amounts (showing a reduction) or as positive amounts described as credits.
- Tax adjustments shown separately: if the credit reduces tax owed, the tax reduction must be shown as a separate line.
The summary
Use the one-question rule: has the invoice been paid? Not paid → revise. Paid → credit note. Don't conflate the two. Don't issue credit notes for unpaid invoices (creates bookkeeping confusion). Don't revise paid invoices (creates audit risk). For the typical revision request — wrong PO number, missing line item, rate adjustment on an unpaid invoice — revise in place and avoid the credit-note paperwork entirely. Save credit notes for the situations that actually require them.

