How It Works
From raw bank data to closed books in four steps
Connect your accounts, let Remitloom run overnight, resolve the short exception list, and export your audit-ready close package. That's the entire workflow.
Workflow steps
Initial setup
Auto-run cadence
Step by step
Connect your bank feeds and accounting platform
Authorize Remitloom to read your bank accounts via open-banking APIs (Plaid or direct bank connections) and connect to your accounting platform: QuickBooks, Xero, NetSuite, or Sage. The setup wizard takes under 60 seconds and requires no technical implementation. Remitloom reads your existing chart of accounts and suggests an initial mapping automatically.
Remitloom ingests and normalizes transactions overnight
Each night at 2 AM, Remitloom pulls every new transaction from your bank feeds. Descriptions are normalized (ACH company names standardized, card merchant names cleaned), amounts are currency-adjusted where applicable, and transactions are indexed against your GL period calendar. By the time your team arrives, the night's data is ready.
AI matching engine compares bank vs. ledger
The matching engine runs a multi-pass comparison: exact match first (amount + date + reference), then fuzzy match (±3 day window, ±0.01 tolerance for FX), then pattern match for recurring vendors and payroll runs. Matches are confirmed automatically. Exceptions are categorized and sent to your review queue with a probable cause label and recommended resolution action.
Resolve exceptions, approve, and export your close package
Work through the exception queue with guided resolution. Each item shows the bank entry, the nearest GL candidate, and a recommended action. One click to accept, reject, or create a new GL entry. When all exceptions are resolved, your reviewer approves the account and Remitloom seals it. Export the close package as PDF or Excel for your auditors.
Automate reconciliation from your own workflows
Trigger reconciliation runs, retrieve match results, and push GL entries via the Remitloom REST API. Integrate with your ERP, close management tool, or BI stack.
# Trigger a reconciliation run for a period
POST /v1/reconciliation/runs
Authorization: Bearer rlt_live_xxxxxxxxxxxx
{
"account_id": "acct_01HXYZ",
"period_start": "2025-07-01",
"period_end": "2025-07-31"
}
# Response
{
"run_id": "run_01IABC",
"status": "queued",
"matched": null,
"exceptions": null
}
Common questions about the reconciliation workflow
Run your first reconciliation tonight
Connect your accounts in 60 seconds and let Remitloom show you how many of your transactions it can match automatically.