Suggested matches for a batch of transactions

POST/api/v1/transactions/suggested-matches/batch

Score a batch of bank transactions against open invoices (for money in) and open bills (for money out) and return ranked suggested matches, QBO-style. Used to render the inline 'N matches found' badge for the visible page of the Transactions list. Results are ephemeral (no suggestion records are persisted).

Operation ID: get_bulk_suggested_matches_api_v1_transactions_suggested_matches_batch_post·View as markdown·OpenAPI slice

Authentication

Bearer token authentication. Pass your DayZero API token in the Authorization header and the target business UUID in x-business-id.

Request body

transaction_idsarray · stringrequired

Transaction UUIDs to score (typically the visible page).

Responses

201Successful Response

itemsobject

Mapping of transaction UUID → ranked suggested matches. Transactions with no qualifying match are omitted.

400Bad Request - Invalid input

401Unauthorized - Authentication required

403Forbidden - Insufficient permissions

422Validation Error

detailarray · ValidationErrorValidationError
5 fields
locarray · string | integerrequired
msgstringrequired
typestringrequired
inputobject
ctxobject