You’ve delivered the work. Your team performed brilliantly. The invoice went out on time. And now, three weeks later, you’re sitting at your desk composing your third polite email asking when payment might arrive.
This is the cash flow tax that nobody talks about.
According to the Federation of Small Businesses, late payments cost UK businesses an average of £22,000 per year. That’s not just the lost interest on overdue invoices, though that stings. It’s also the cognitive load. Every unpaid invoice sits in your head, nagging you. You become the accounts chaser because it’s too important to delegate, and your evenings fill up with carefully worded reminder emails that try to be firm without damaging the relationship.
It shouldn’t be this way.
The uncomfortable truth is that chasing payments manually puts you in an adversarial position with your client. You feel like the bad guy. They feel pestered. The relationship frays. Meanwhile, your cash flow gets worse.
What if the system did the chasing instead?
The Problem With Manual Payment Chasing
Most UK businesses follow a vague process. Invoice goes out on day one. You check in week two. You send a reminder week three. By week four you’re either pushing harder or writing it off. The timing is inconsistent because it depends on you remembering to do it. Some invoices get chased aggressively, others slip through because you got busy.
You’ve probably also noticed that payment methods vary wildly. Some clients pay within days. Others consistently run 30, 45, even 60 days beyond terms. Yet you’re sending the same generic reminder to everyone. You’re not accounting for who actually pays early versus who needs a firmer approach.
And then there’s the compliance angle. If you’re operating under the Late Payment of Commercial Debts Act 1998, you’re entitled to statutory interest and a fixed recovery fee. But do you actually calculate and communicate that to clients? Most businesses don’t, because it’s another manual step, and it feels too formal. So you lose money just to keep the peace.
The real issue is that payment chasing has never scaled in a small business context. You’ve got one or two people doing invoicing, and their attention is divided across dozens of other tasks. The process defaults to whenever someone notices an invoice is overdue, not on a disciplined schedule.
How Automation Removes The Friction
Imagine this: the moment an invoice is issued, a scheduled system springs into action. No human intervention. No forgetting. No awkward conversations you have to start.
Here’s what the automation typically looks like:
Day 1 (Invoice Created): Your accountant (or you) enters the invoice into Xero with the customer’s payment terms. n8n monitors your Xero account and detects the new invoice.
Day 7 (Gentle Reminder): If payment hasn’t landed, n8n sends a friendly email: “Hi [Client Name], just checking in on invoice #1247 due on [date]. Let me know if you need anything from us.” The email is warm, not aggressive. It goes to the person who signed the contract, not just the invoice email address.
Day 14 (Second Notice): Still no payment? A second, slightly firmer email arrives: “We haven’t received payment on invoice #1247 yet. Happy to discuss payment terms if that would help.” This one might also go to two recipients if the contact is weak.
Day 30 (Final Notice With Interest Calculation): Now it gets serious. The email includes the statutory interest owed under the Late Payment of Commercial Debts Act 1998, calculated and included: “Invoice #1247 is now 30 days overdue. Under the Late Payment of Commercial Debts Act 1998, we’re entitled to claim statutory interest of 8% plus 0.5% per quarter, currently amounting to £[X].” You’re not threatening anything. You’re just stating legal fact.
Throughout This Period: Every interaction is logged in Airtable. You can see at a glance which invoices are overdue, how many reminders have been sent, and which clients are chronic late payers. You can run reports on payment cycles by customer, by industry, or by invoice size.
Day 45 Escalation: If payment still hasn’t arrived, you get a Slack notification. At this point, human intervention is justified. Your finance person steps in knowing the system has already done four weeks of automated gentle escalation.
The whole flow requires zero daily effort from you. No remembering to send emails. No spreadsheet hunting. No awkward tone to strike. The client doesn’t feel pestered by a human. They feel nudged by a professional process.
The Technical Setup
This isn’t complicated machinery. We’re talking about three core tools: Xero (where your invoices live), n8n (the automation engine), and Airtable (the audit trail).
Xero is where the data originates. It’s already where you’re invoicing, so no new software to learn. n8n watches Xero’s webhook events and scheduled triggers. When an invoice reaches day 7 of non-payment, n8n doesn’t need permission or a human reminder to act. It just fires an email using an email service (Gmail, Sendgrid, or similar) and logs the action in Airtable.
Airtable becomes your control centre. Every email sent gets a record. Customer name, invoice number, date sent, email body, recipient. Over time, you can run filters to see “invoices taking over 60 days”, or “this customer always pays day 45”, or “this customer is now three invoices late”. That data then informs your sales and customer success decisions.
From a technical standpoint, the architecture here is straightforward: a Xero connector, a conditional logic node (is payment received? what day are we on?), an email node, and an Airtable connector. Five to seven nodes in total. Most of the logic is just time-based. “If invoice created date plus 7 days equals today, send email.”
Anyone can sign up for n8n cloud or self-host the tool itself. The real challenge is architecture. Understanding how your payment data should flow through the system, what needs logging, what needs backing up, and how to structure the rules so they handle your specific payment patterns reliably. That’s where the thinking lives.
The system runs on a schedule: once per day at 8am, the automation wakes up, checks which invoices are overdue and by how many days, and sends appropriate emails. You own the self-hosted n8n instance running on your own server, the Xero credentials, the Airtable database, and all the email templates. There’s no third party sitting between you and your payment data.
What This Saves
A UK business with £50,000 in monthly revenue might issue 30 invoices per month. At any given point, 3 to 5 of those are overdue. Right now, your finance person spends roughly 5 to 7 hours per month on payment chasing. That’s email drafting, customer research, following up on follow-ups, handling objections.
Automated chasing eliminates the manual email drafting entirely. Your finance person goes from 5 to 7 hours down to maybe 1 hour per month (handling the exceptions where someone disputes the invoice or has a genuine issue). That’s 4 to 6 hours freed up per month.
At £15 to £20 per hour for finance staff time, that’s £60 to £120 per month in labour savings. Over a year, that’s £720 to £1,440.
But the real savings come from faster cash conversion. When invoices are chased automatically on day 7, day 14, and day 30, instead of whenever someone notices, you typically see payment arrival move forward by 5 to 10 days. For a company with £50,000 in monthly invoicing, that’s £2,500 to £5,000 in working capital that becomes available sooner. That money can pay your staff sooner, settle supplier invoices, or stay in the bank as buffer. For most businesses, that working capital acceleration is worth more than the labour savings.
And then there’s the psychological win. Late payments stop feeling like a problem you have to solve. They’re part of the system’s operation. The automation is professional, consistent, and unemotional. Your clients don’t feel like you’re personally hassling them. They feel like they’re dealing with a well-run business that has systems.
Starting Small
You don’t have to automate all five reminder stages at once. Many businesses start with just the day 7 and day 14 reminders. Those catch the honest mistakes (invoices lost in email, wrong payment reference, genuine oversight). Once those are running smoothly, you add the day 30 notice with statutory interest.
The technical build is straightforward. Once it’s running, it requires almost no maintenance. Your only job is to make sure invoices in Xero are tagged correctly (so the system knows who to email and what payment terms apply) and to review the Airtable log weekly to spot any patterns or issues.
The specific flow that works
Here's how the automated payment chasing sequence works, from overdue detection to cash in the bank.
Trigger
Invoice passes its due date, Xero flags the overdue status and n8n picks it up automatically.
Action
Escalating reminder sequence fires: gentle nudge at day 7, second notice at day 14, formal warning with statutory interest calculation at day 30, Slack escalation to you at day 45.
Result
Cash collected 5-10 days faster on average. No awkward phone calls, no forgotten follow-ups, no manual email drafting. Finance staff save 4-6 hours per month.
The Real Benefit
Late payment chasing is one of those problems where automation delivers disproportionate value. The emotional relief alone is worth the investment. You stop being the person who chases money. Your business becomes the one with systems. Your cash flow becomes predictable. Your finance person gets their evening back.
If you want to see what this looks like for your business, drop me an email at [email protected]. I can walk you through exactly how we’d set it up for your invoice cycle, show you the Xero monitoring, and explain how the Airtable log would help you understand your payment patterns. We build this kind of automation as a one-time project, with a lower rate for existing customers who already have infrastructure in place, and then manage it with a monthly service. Drop me an email for current pricing.
The late payment tax doesn’t have to be part of running a business. It’s just a problem waiting for a system.