QFind anything/
API Reference

Tenants

A tenant represents an organization or business unit in Payment Reconciler. All data—expected transactions, incoming transactions, matches, webhooks, and data sources—is isolated per tenant. Each tenant can have multiple environments (development, staging, production, test), and settings are configured per environment.

The Tenant object

Attributes

id(string)required

Unique identifier for the tenant.

name(string)required

Display name of the tenant.

slug(string)required

URL-friendly unique identifier.

abbreviation(string)required

Short code (3–5 chars) for the tenant.

status(enum)

Current status of the tenant.

createdAt(string)

ISO 8601 timestamp when the tenant was created.

updatedAt(string)

ISO 8601 timestamp when the tenant was last updated.