Stop Losing Margin to Accessorial-Charge Disputes 2026
An accessorial charge is any fee a carrier adds on top of the agreed linehaul rate — detention, lumper, reweigh, layover, redelivery, fuel surcharge, liftgate — and it is where freight invoices quietly bleed a shipper's transportation budget. The linehaul rate is contracted, audited, and predictable. The accessorials are not. They arrive scattered across hundreds of invoices, each priced against a clause buried in a carrier agreement, and most accounts-payable teams approve them because catching an error costs more analyst time than the error is worth. That math is exactly backward, and accessorials are where it shows up first.
US logistics industry costs reached $2.3T, about 8% of GDP according to the CSCMP 35th Annual State of Logistics Report (2024). Transportation is the largest slice of that number, and accessorials are the slice within it that gets the least scrutiny. A 1% leak on accessorials across a mid-size shipper's freight spend is real money that never shows up as a line item anyone owns.
This guide is about one workflow: reconciling accessorial charges against your contract and disputing the wrong ones before you pay, not after. It covers the charge types worth fighting, the data you need to dispute cleanly, a routed reconciliation flow, a worked example, a benchmarks table, and an honest section on when not to automate any of it.
TL;DR
Most accessorial disputes are lost not because the charge is right but because the shipper can't assemble the evidence — gate times, weight tickets, contracted rates — fast enough to dispute inside the carrier's window. Automate the matching of every accessorial line to its contract clause and supporting telematics or document data, flag the mismatches, and file the dispute automatically while the proof is still fresh. Done well, this converts a reactive write-off into a recovered line on the P&L.
Accessorial reconciliation in one sentence
Accessorial reconciliation is the process of matching each non-linehaul fee on a freight invoice to the contract term and operational evidence that should justify it, then approving, short-paying, or disputing the charge accordingly.
Who this is for
This playbook fits shippers and 3PLs moving enough freight that accessorials are a budget line, not a rounding error — roughly $5M+ in annual freight spend across 50+ active carriers, with a TMS or freight-audit-and-pay (FAP) provider already in the stack and an AP or logistics analyst who currently eyeballs invoices.
If that's you, the pain is familiar: detention bills with no gate-time proof attached, lumper fees double the contracted cap, reweigh charges on loads you never asked to reweigh, and a dispute window that closes before anyone reconciles the load.
Red flags — skip this if: you move fewer than ~200 loads a month, your carrier agreements have no written accessorial schedule to match against, or you have no source of operational truth (telematics, dock logs, weight tickets) to back a dispute. Without a contract baseline and evidence, automation just disputes faster into a wall.
The accessorials worth fighting
Not every accessorial is disputable, and chasing the wrong ones burns goodwill with carriers you need. The high-yield targets share three traits: they're contractually capped or conditional, they generate operational evidence, and they recur. According to the U.S. Bureau of Transportation Statistics, for-hire trucking carried the majority of US freight tonnage in 2024, and for-hire trucking moved 72.5% of US freight tonnage in 2024 — the volume your accessorials ride on top of.
| Charge type | Typical billed range | Free/cap baseline | Est. dispute win rate |
|---|---|---|---|
| Detention | $50–$100/hr | 2 hrs free | 55–70% |
| Lumper | $150–$500/load | Per-contract cap | 40–60% |
| Reweigh | $25–$90/event | $0 if unrequested | 50–65% |
| Redelivery | $75–$250/attempt | $0 on carrier error | 35–50% |
| Layover | $150–$350/night | 1 documented hold | 30–45% |
| Fuel surcharge | 5–35% of linehaul | DOE index formula | 20–40% |
The pattern is the same across all six: the charge is legitimate only if the contract condition was met, and proving the condition was or wasn't met requires data that lives outside the invoice. Reconciliation is the act of joining the invoice to that data automatically.
Detention beyond two hours of free time triggers most disputable charges according to the Federal Motor Carrier Safety Administration's 2018 detention study, which found measurable safety and cost effects from time-at-dock. Detention is usually the single largest disputable category because free time is explicit and gate timestamps are increasingly captured by yard-management and ELD systems.
Why disputes get lost
Carriers don't win accessorial disputes because their charges are always correct. They win because the dispute process favors whoever has the evidence ready. According to FreightWaves, detention remains one of the most contested cost categories in trucking, precisely because the data needed to resolve it sits in different systems for shipper and carrier.
The failure modes are predictable:
The window closes. Most carrier agreements give the shipper 30–60 days to dispute. Manual reconciliation rarely reaches a given invoice before the clock runs out.
The proof isn't attached. A detention dispute without gate timestamps is a verbal disagreement, and the carrier's invoice wins verbal disagreements.
The threshold math is wrong. Lumper caps, free-time allowances, and fuel formulas are per-contract; an analyst checking from memory misses the per-lane exceptions.
Nobody owns the small ones. A $90 reweigh isn't worth an analyst's 20 minutes — until you multiply it by 400 occurrences a quarter.
This is where US Tech Automations fits: the platform ingests each freight invoice, parses the accessorial lines, and joins each one to the matching contract clause and the operational record (gate log, weight ticket, DOE index) before the charge is approved for payment — turning "we'll dispute it if someone notices" into a default step in the AP flow.
A routed reconciliation flow
The workflow has four stages, and the value is in making the hand-offs automatic so nothing waits on a human until a human is actually needed.
| Stage | What happens | Trigger to next stage |
|---|---|---|
| Capture | Invoice + accessorial lines parsed from EDI 210 or PDF | All lines classified by charge type |
| Match | Each line joined to contract clause + evidence source | Variance computed vs contracted rate |
| Decide | Within tolerance → approve; over → flag for dispute | Variance exceeds threshold |
| Dispute | Auto-assemble evidence packet, file via portal/email | Carrier acknowledgment logged |
According to the American Trucking Associations, trucking moved the vast majority of the nation's freight by weight in 2022, which means the EDI 210 invoice — the standard electronic freight invoice — is where most of this reconciliation actually begins. Parsing the 210 reliably is the foundation; everything downstream depends on cleanly separating linehaul from accessorial lines.
In the match stage, US Tech Automations compares each parsed accessorial against the carrier's rate schedule and pulls the supporting record — for a detention line, it queries the yard-management gate log for that load's dwell time and computes billable minutes against contracted free time.
Worked example
Consider a regional shipper moving 4,200 loads a month across 60 carriers, with accessorials running about 14% of a $3.1M monthly freight spend — roughly $434,000 in accessorial charges. A freight-audit feed posts an invoice.received event into the reconciliation flow for each carrier bill. On one inbound load, the carrier bills 3.5 hours of detention at $65/hour ($227.50), but the contract grants 2 hours free time and the yard-management gate log shows the truck dwelled 3.1 hours. The flow recomputes billable detention as 1.1 hours = $71.50, flags a $156 variance, and auto-files a dispute with the gate-in and gate-out timestamps attached. Across a month, the same logic catches an average of $61,000 in over-billed detention, lumper, and reweigh charges — about 14% of the accessorial total — that the prior manual process approved unexamined. The recovered amount is not a one-time clawback; it recurs every month the flow runs.
Decision checklist
Before you automate accessorial reconciliation, confirm you can answer yes to each of these. A no means fix the prerequisite first.
- Do your carrier agreements include a written accessorial schedule (rates, caps, free-time)?
- Can you receive invoices as EDI 210 or consistently structured PDFs?
- Do you have an operational evidence source — gate logs, weight tickets, ELD dwell, dispatch records?
- Do you know each carrier's dispute window and channel (portal vs email)?
- Is there an owner for the exceptions the automation escalates?
If three or more are missing, the bottleneck is data and contracts, not workflow. Software cannot dispute a charge it has no baseline to dispute against.
Benchmarks: manual vs automated reconciliation
The case for automating is rarely about labor savings alone — it's about coverage. Manual review samples invoices; automated review checks all of them, which is where the recovery comes from.
| Metric | Manual review | Automated reconciliation |
|---|---|---|
| Invoices reconciled | ~15–25% sampled | 100% |
| Avg time per accessorial line | 6–12 min | < 30 sec |
| Disputes filed inside window | ~40% | ~95% |
| Detention disputes with evidence attached | Inconsistent | Standard |
| Recovery rate on disputed accessorials | 30–50% | 55–70% |
According to the Council of Supply Chain Management Professionals, transportation costs make up the majority of total US logistics spend, so even a few percentage points of accessorial recovery compounds into a meaningful number against a budget that large. The automated column's edge is not speed per line — it's that it reaches every line before the window closes.
Glossary
| Term | Plain definition |
|---|---|
| Accessorial | Any fee beyond the contracted linehaul rate |
| Detention | Charge for time a truck waits beyond free time |
| Lumper | Fee for third-party loading/unloading labor |
| Reweigh | Charge to re-verify freight weight |
| Free time | Contracted minutes/hours before detention starts |
| EDI 210 | Standard electronic freight invoice format |
| FAP | Freight audit and pay (provider or process) |
| Short-pay | Paying less than billed, with documented reason |
Common mistakes
Even teams that automate the parsing step often leave recovery on the table by getting the policy around it wrong.
Disputing everything. Auto-filing on every minor variance burns carrier relationships and floods your own queue. Set a tolerance — typically a dollar or percentage floor — so small, in-contract drift is approved automatically.
Disputing without evidence. A flag is not a dispute. If the gate log or weight ticket isn't attached, the carrier reverses the short-pay and you've spent goodwill for nothing.
Ignoring the per-lane exceptions. Free time and lumper caps vary by lane and facility. A single global rule generates false positives on the exception lanes.
No escalation path. Some disputes need a human — a contract ambiguity, a carrier that won't honor the portal. Route those out rather than letting them die in an automated loop.
When NOT to use US Tech Automations
If your accessorials are concentrated with two or three carriers under simple, flat-fee agreements and your volume is under a couple hundred loads a month, a spreadsheet and a quarterly review with each carrier will recover most of what's recoverable at a fraction of the setup effort — automation's per-load economics don't pay back until volume and carrier count are high. Likewise, if you've already outsourced freight audit to a third-party FAP that includes accessorial dispute management in its contingency fee, layering another reconciliation engine on top is redundant; the better move is to audit your FAP's recovery rate. And if your real problem is that your carrier contracts simply lack accessorial schedules, no reconciliation tool will help — renegotiate the contracts first, then automate against them.
How US Tech Automations runs the flow
Once contracts and evidence sources are connected, US Tech Automations parses each incoming freight invoice, classifies every accessorial line, computes the variance against the contracted rate, and — for any line over tolerance — assembles the evidence packet and files the dispute through the carrier's channel, logging the acknowledgment back to the load record. You can see how the orchestration layer handles multi-step routing like this on the agentic workflows platform page, and the underlying invoice parsing is the same capability described on the data extraction agents page.
For teams that also want the finance side — coding the short-pay, posting the adjustment, reconciling the carrier statement — the finance and accounting agents handle the AP hand-off. If you're scoping this against your own freight spend, the pricing page lays out the tiers.
Related reading
This workflow connects to the broader freight-cost-control stack:
Reduce freight-invoice audit discrepancies with automation — the linehaul-side audit that pairs with accessorial reconciliation.
Track detention and demurrage charges — the evidence-capture recipe for the largest disputable accessorial.
Compile carrier scorecard reviews quarterly — using dispute data to grade carriers.
Automate carrier appointment scheduling at docks — reducing the dock dwell that generates detention in the first place.
Key Takeaways
Accessorial charges are where freight budgets leak because the charges are conditional, the evidence lives outside the invoice, and the dispute window closes before manual review reaches the load. The fix is not faster human review — it's matching every accessorial line to its contract clause and operational record automatically, then disputing the mismatches with evidence attached before payment. Set a tolerance so you only dispute what's worth disputing, keep a human escalation path for the ambiguous cases, and treat recovery as a recurring P&L line rather than an occasional clawback. The prerequisites — written accessorial schedules and a source of operational truth — matter more than the software; get those right and reconciliation becomes a default step, not a fire drill.
FAQ
What is an accessorial charge in freight?
An accessorial charge is any fee a carrier adds beyond the contracted linehaul rate, such as detention, lumper, reweigh, layover, redelivery, liftgate, or fuel surcharge. Each is governed by a clause in the carrier agreement, which is what makes some of them disputable when the billed amount doesn't match the contracted condition.
Which accessorial charges are most worth disputing?
Detention is usually the highest-yield dispute because free time is contractually explicit and gate timestamps prove dwell. Lumper fees (often over the contracted cap), reweigh charges (billed without a shipper request), and miscalculated fuel surcharges round out the high-recovery list. The common thread is a contract condition plus operational evidence to test it.
How does automated accessorial reconciliation actually work?
It parses each invoice into linehaul and accessorial lines, joins every accessorial to its contract clause and a supporting data source — gate logs, weight tickets, the DOE diesel index — computes the variance, approves anything within tolerance, and flags the rest for dispute with evidence attached. Coverage goes from a sample to 100% of invoices.
Will automating disputes damage my carrier relationships?
Not if you set a tolerance threshold. Auto-disputing trivial in-contract variances is what erodes relationships; disputing only well-evidenced charges over a dollar or percentage floor is just enforcing the agreement both sides signed. Keep small, legitimate drift on the approve path.
What data do I need before I can automate this?
You need three things: carrier agreements with written accessorial schedules (rates, caps, free-time), invoices in a parseable form (EDI 210 or consistent PDFs), and an operational evidence source such as yard-management gate logs, ELD dwell, weight tickets, or dispatch records. Without a baseline and evidence, automation disputes faster into a wall.
How fast does accessorial reconciliation pay back?
It depends on volume and accessorial leak rate, but shippers reconciling 100% of invoices instead of a 15–25% sample typically recover several points of accessorial spend that manual review missed — and because the over-billing recurs monthly, the recovery is a standing line rather than a one-time event. The prerequisite cost is connecting contracts and evidence sources, not the per-load processing.
About the Author

Helping businesses leverage automation for operational efficiency.
Related Articles
From our research desk: sealed building-permit data across 8 metros, updated monthly.