← Back to Portfolio Bot · Banking

WPEngine Deposit Bot

Automating the finance team's daily deposit-application process

Overview

Reads JPMorgan wire and ACH remittance PDFs, extracts the sender, invoice number(s), and matching customer account, and produces the deposit application table the finance team used to build by hand — every day, for every incoming payment.

How it works

A deterministic rules engine, not an LLM — Groq is used only to explain a result in plain language, never to decide a match. Every non-exact resolution is flagged "needs review" with the specific reason, rather than silently guessing. Matches cross-reference 12 months of historical bank deposits, with a Tesorio open-invoices export as a fallback signal.

Highlights

Visit Project