200Successful Response
Schema: TransactionSuggestedMatchesResponse
transaction_idstringrequiredUUID of the transaction.
amountintegerrequiredAbsolute transaction amount in cents.
directionstringrequiredinflow(money in → invoices) oroutflow(money out → bills).One of:
inflow,outflowmatchesarray · SuggestedMatchSuggestedMatchSuggested matches ranked by confidence (highest first).
10 fields
typestringrequiredWhether this match is an invoice (income) or a bill (expense).
One of:
invoice,billidstringrequiredUUID of the matched invoice or bill.
numberstringInvoice number or vendor bill number, if set.
party_namestringCustomer name (invoice) or vendor name (bill).
balance_dueintegerrequiredOpen balance of the invoice/bill in cents.
due_datestringDue date of the invoice/bill (ISO 8601 date).
suggested_amountintegerrequiredSuggested allocation amount in cents (capped at the open balance).
confidencenumberrequiredComposite match confidence score (0-1).
signalsobjectPer-signal score breakdown (amount, date, memo, counterparty).
match_group_idstringSet when this match is part of a multi-document group (one transaction paying several invoices/bills).