QFind anything/
API Reference

Tenant Settings

Per-environment configuration for tenants. Matching, locale, jobs, LedgerMatch, cache.

What are tenant settings

Tenant settings are stored per tenant and environment. They control matching behavior, locale (for number/date parsing), job schedules, LedgerMatch preferences, and cache toggles. Update via PATCH /tenants/:id/settings with X-Tenant-Id and X-Environment set.

When you first update settings for an environment, default values are applied for any omitted fields. See Tenants > Settings for a conceptual overview.

Nested configuration

Each nested object has its own reference page with full attribute definitions:

Attributes

AttributePurpose
matchingConfidenceThresholdMin confidence to auto-accept (0–1). Default: 0.80
matchingModerealtime, batch, or hybrid
autoMatchEnabledAuto-trigger matching on new incoming transactions
autoAcceptTopRankedAuto-accept top match when above threshold
autoAcceptOnlyWhenSingleMatchOnly auto-accept when exactly one match
jobSchedulingPreferencesCron schedules, retention, batch size. See Job Scheduling
localePreferencesLocale, timezone, currency, date format. See Locale Preferences
ledgerMatchPreferencesmatchStrategy, retry, timeout. See LedgerMatch Preferences
cachePreferencesmatchCacheEnabled, expectedCacheEnabled. See Cache Preferences