Invoice fraud succeeds by hiding inside a process built for speed. Accounts payable exists to pay legitimate invoices quickly; attackers craft documents that look exactly like the invoices you expect — often because they know, from a compromised mailbox or a talkative supplier, precisely what you're expecting. For how VerifyTheCall enforces this, see Invoice Fraud Prevention.

Six red flags in fraudulent invoices

  1. Changed bank details on an otherwise familiar invoice — the single most common pattern.
  2. Lookalike sender domains (supplier-inc.com vs supplierinc.com) or reply-to mismatches.
  3. Urgency framing — overdue notices, threats of service suspension, discount-for-immediate-payment.
  4. Round or just-below-threshold amounts sized to avoid extra approval.
  5. Subtle detail drift — new VAT number, changed remittance address, altered payment terms.
  6. A confirming phone call. Increasingly, a vishing call "from the supplier" precedes or follows the invoice to legitimize it — sometimes with a cloned voice of a real contact.

Detection methods compared

MethodCatchesMisses
Manual 3-way match (PO / receipt / invoice)Phantom goods, quantity inflationBank-detail changes on legitimate invoices
Email security filtersLookalike domains, known-bad sendersCompromised real supplier mailboxes
Bank account verification servicesPayee-name/account mismatchesMule accounts opened in the supplier's name
Callback verification of changesNearly all detail-change fraudOnly fails if the callback number itself came from the attacker

Why sub-threshold invoices slip through

The same economics as wire fraud: controls concentrate above an approval threshold, so attackers submit many small invoices rather than one large one. Recurring low-value invoices from an established vendor record get the least scrutiny of anything in AP — and losses surface only at quarterly or annual reconciliation.

Building the verification protocol

The durable fix is procedural: any change to payment details, from any channel, triggers a callback to the contact number already in your vendor master — not the number on the invoice. Enforce it by holding affected payments until the callback is logged, and measure compliance monthly. Detection tools narrow attention; the protocol provides the guarantee.

Protocol tipTreat the phone number and bank account in your vendor master as the crown jewels. Fraudsters attack the moment of change; that moment is where verification belongs.