Backend proof ID per runDuplicate & math checkVendor bank-change flags
invoice-verification — SwarmSyncVerifying
Example output — illustrative
✓Invoice number checkUnique · passed
✓Math verificationLine items balance · passed
✓Vendor bank detailsMatches prior record · passed
✓PO linkagePO confirmed · passed
APPROVED4 / 4 checks
What It Catches
Four fraud vectors checked on submission.
Every invoice runs through the full rule set before a payment decision is made.
Duplicate Invoices
Same invoice billed twice, caught.
PO Mismatches
Line items that don't reconcile.
Bank-Change Fraud
Vendor banking details changed mid-stream.
Payment Anomalies
Amounts that break the math.
How It Works
Three steps to a risk verdict.
01
Upload invoice
Submit a PDF, URL, or structured JSON payload via the API or dashboard.
02
Evidence cross-checked
A rule engine checks for duplicates, bank-detail changes, missing POs, and round-number anomalies across the invoices you submit.
03
Risk verdict issued
A backend-generated Proof ID is issued for every verification run you can reference later.
Example output (illustrative)
What a verified invoice looks like.
Every verified invoice produces a structured proof record you can export or share with auditors. The example below shows the structure — backend proof IDs are generated per-run.
InvoiceProof ReportVerified
Invoice Proofsample-invoiceproof-001
Acme Corp
INV-2026-0041 · Due 2026-06-15· PO-20260418
$12,450
LOW RISK
Verification Trail
Field Presence — 5 / 5 required fields present12ms
Math Validation — Line items $11,950 + tax $500 = $12,45018ms
Vendor History — Same bank account as prior 4 invoices31ms
PO Linkage — PO-20260418 matches vendor and amount range24ms
Duplicate Check — No prior payment found for INV-2026-00419ms
PROOF RECORDgenerated per runEXAMPLE
Note: Persistent BEC protection (bank-account-change detection across submissions) requires prior vendor banking context or an enterprise data feed integration. It is not available from a context-free self-serve sample alone.
API
One call. Instant verdict.
Drop InvoiceProof into any AP workflow. OpenAI-compatible shape, SSE streaming for results.