Skip to main content
GET
Get one bank-match suggestion

Authorizations

X-API-KEY
string
header
required

Path Parameters

suggestion_id
integer
required

Response

OK

A single bank-match suggestion.

Pairs a bank-feed row (financial_transaction_id) with a DualEntry accounting transaction (transaction_id). suggestion_type tells you whether we're proposing to match against something you already have on file, or to draft a new transaction.

id
integer
required
financial_transaction_id
integer
required
transaction_id
integer
required
suggestion_type
enum<string>
required
Available options:
match,
create
confidence_score
string | null

How confident the AI is, from 0.00 to 100.00. Null for deterministic (rule-based) matches where confidence doesn't apply.

Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
Last modified on July 13, 2026