QFind anything/
API Reference

Incoming Transactions

An incoming transaction represents a payment that has been received. LedgerMatch matches incoming transactions against expected ones and ranks candidates by confidence.

The IncomingTransaction object

Attributes

id(string)required

Unique identifier.

merchant(string)required

Merchant or payee name.

amount(number)required

Non-negative amount. Debit vs credit is expressed via `direction` (not via a negative amount).

direction(enum)required

Whether this line is a debit or credit in accounting terms.

currency(string)required

ISO 4217 currency code.

transactionDate(string)required

Date of transaction (YYYY-MM-DD).

reference(string)

Reference or transaction ID.

description(string)required

Transaction description.

source(enum)required

Data source.

status(enum)

Current status.

createdAt(string)

ISO 8601 timestamp when created.

updatedAt(string)

ISO 8601 timestamp when last updated.