QFind anything/
API Reference

Expected Transactions

An expected transaction represents a payment you anticipate receiving. LedgerMatch matches incoming transactions against expected ones and ranks candidates by confidence.

The ExpectedTransaction object

Attributes

id(string)required

Unique identifier.

merchant(string)required

Merchant or payee name.

amount(number)required

Non-negative expected amount. Use `direction` for debit vs credit.

direction(enum)required

Debit or credit for this expected line.

currency(string)required

ISO 4217 currency code.

expectedDate(string)required

Expected date (YYYY-MM-DD).

reference(string)

Reference or invoice ID.

description(string)

Transaction description.

category(string)

Category for grouping.

frequency(string)

Transaction frequency.

status(enum)

Current status of the expected transaction.