LedgerLou Docs is optimized for desktop.

Please open this page on a device with a wider screen.

Bank

Get reconciliation suggestions

Returns automatically computed reconciliation suggestions for open bank transactions — sorted by match quality.

get_reconciliation_suggestions
Authorization
Authorization string header required API key in the format ll_.... Pass as a Bearer token in the OAuth flow.
Scopes
bank:read
Parameters
bank_account_id string (uuid) required ID of the bank account
limit number optional Maximum suggestions (default: 20)
Response
No response schema defined.
MCP get_reconciliation_suggestions
JSON
{
  "tool": "get_reconciliation_suggestions",
  "params": {
    "bank_account_id": "<string>"
  }
}