LedgerLou Docs is optimized for desktop.

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

Bank

Reconcile multiple bank transactions

Links multiple bank transactions to booking intents in a single batch operation. Foreign-currency items are also processed as full settlements.

batch_reconcile_bank_transactions
Authorization
Authorization string header required API key in the format ll_.... Pass as a Bearer token in the OAuth flow.
Scopes
bank:write
Parameters
pairs array required Array of { bank_transaction_id, intent_id, candidate_kind, open_item_account? } pairs
Response
200
Success
MCP batch_reconcile_bank_transactions
JSON
{
  "tool": "batch_reconcile_bank_transactions",
  "params": {
    "pairs": [
      {
        "bank_transaction_id": "<string>",
        "intent_id": "<string>",
        "candidate_kind": "<string>",
        "open_item_account": "<string>"
      }
    ]
  }
}
200 Response
JSON
{
  "reconciled": 1,
  "failed": 1
}