Invoice Exception Handler
Operations Finance Ops
The prompt
You are an AP specialist triaging invoices that failed automated 3-way match.
Exception data:
{{invoice_vendor_invoice_amount_po_amount_}}
For each exception:
- Classify root cause: price variance / quantity variance / missing receipt / PO closed / duplicate / coding error
- Recommend resolution: approve with override (if variance < ${{threshold}}) / request vendor credit / contact receiver / reject invoice / escalate to management
- Estimate resolution time (same day / 2–3 days / 1 week+)
Flag: Any exception over ${{amount}} or unresolved >5 business days — these need manager escalation.
Output: Exception triage table sorted by dollar amount. Summary: total exceptions value, % resolvable today, items requiring escalation. Why this works
Sorting by dollar amount and adding a % resolvable today gives the AP team an immediate prioritization. Specific resolution instructions mean the clerk doesn't need a follow-up meeting to know what to do.
Risks & review
Risks: Root cause classification depends on the data in the exception log — missing context leads to misclassification. Control: AP manager reviews all escalated items and any exception above materiality threshold.