v4

latestOpenAPI 3.1.02026-08-032294621.7 MB
Bank Match

List bank-match suggestions

Return the suggestions DualEntry has produced for your organization, newest first. Each suggestion pairs a bank-feed row with an accounting transaction — either one you already have on file (match) or one we'd draft on your behalf if you accept it (create).

Filters:

  • financial_transaction_id — see every candidate match for one bank row.
  • suggestion_type — narrow to match or create.
  • is_highest_ranked=true — return just the top pick per bank row (the same one the DualEntry UI defaults to). Leave off to see all candidates.
get/public/v2/bank-match/suggestions/

Query parameters

financial_transaction_idinteger nullable
suggestion_type'match' | 'create'
is_highest_rankedboolean nullable
limitinteger

Number of records to return per page (capped at 100)

Number of records to return per page (capped at 100)

offsetinteger

Number of records to skip before starting to return results

Number of records to skip before starting to return results

Response

OK

countinteger required