QFind anything/
API Reference

Matches

A match links an incoming transaction to an expected transaction. LedgerMatch ranks candidates by confidence. Trigger matching, list matches, retrieve by ID, or accept or reject matches.

The Match object

Attributes

id(string)required

Unique identifier.

incomingTransactionId(string)required

ID of the incoming transaction.

expectedTransactionId(string)required

ID of the expected transaction.

confidence(number)required

Match confidence score (0–1).

rank(number)required

Rank among candidates (1 = top).

status(enum)

Current status.

explanation(string)

Human-readable match explanation.

autoMatched(boolean)

True if auto-accepted by confidence threshold.

createdAt(string)

ISO 8601 timestamp when created.

updatedAt(string)

ISO 8601 timestamp when last updated.