Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.lerian.studio/llms.txt

Use this file to discover all available pages before exploring further.

April 28, 2026 Documentation update Review recommended

Affects


Teams using Matcher guides, API reference, or Console documentation. This update applies to the public documentation portal. It does not change the runtime API behavior unless the linked product documentation says otherwise.

What changed


Matcher documentation has been fully audited and aligned with the current main branch. This release includes 27 guide pages, 119 API reference pages, 19 console pages, and a verified OpenAPI 3.1 spec.

What changed


Guides

Overview

  • What is Matcher — Product overview, architecture, and where Matcher fits in the Lerian platform
  • Matcher concepts — Core concepts: contexts, sources, rules, field mapping, matching runs, exceptions, and disputes
  • Matcher architecture — System architecture, domain modules, and data flow

Getting started

Configuration

Daily reconciliation

Integrations

Reference

Use cases

Lerian Console

  • Using Matcher in Lerian Console — Overview of the console integration
    • 19 console pages covering the full Matcher module:
    • Contexts — Managing contexts, sources, rules, and schedules
    • Reconciliation — Uploading data, executing runs, reviewing matches
    • Exceptions & disputes — Managing exceptions, exception details, disputes
    • Governance — Actor mappings, audit logs, archives
    • Operations — Dashboard, fee schedules, manual matching, operational history

API reference

  • Developer quick start — API walkthrough from context setup to reconciliation
  • Error list — Complete error code reference
  • 119 endpoint reference pages covering the full API surface:
    • Configuration — Contexts, sources, rules, field maps, schedules, fee rules, fee schedules
    • Ingestion — Import jobs, transaction search
    • Matching — Runs, match groups
    • Exceptions — Exception management, comments, history
    • Disputes — Dispute lifecycle
    • Reporting — Dashboard metrics (match rate, volume, SLA, cash impact, source breakdown), matched/unmatched/variance reports with export
    • Discovery — Connections, schema introspection, extraction bridge
    • Governance — Audit logs, actor mappings, archives
    • Export — Export jobs with download

OpenAPI specification

  • Matcher OpenAPI 3.1 spec — Machine-readable specification with all 117 endpoints, schemas, and examples — verified against source code

Key fixes in this release


  • API paths corrected — Route prefixes aligned with actual Fiber route registration
  • Deprecated fields removedrateId removed from all schemas (rejected by the API since deprecation)
  • Missing schemas added — Inline sources and rules arrays added to CreateReconciliationContextInput
  • API spec hardened — Colon-containing enum values (1:1, 1:N, N:M) properly quoted to prevent parser misinterpretation
  • Guide examples fixed — Incorrect endpoint URLs in curl examples corrected across all languages

Impact


This is a documentation update. Existing integrations do not need a migration from this release note alone.

What you need to do


1
Review the refreshed Matcher documentation before planning new Matcher implementation work.

Deadline

None.

Why

The documentation refresh updated Matcher guides, API reference, and Console integration coverage.