List transaction matches

Returns a list of transaction matches for a subaccount. Each match represents a link between a bank transaction and a card transaction, along with a confidence score and the reasoning behind the match.

By default, matches are filtered to MEDIUM confidence and above. Use the minConfidence parameter to adjust the threshold.

By default, GET /transaction-matches/{subaccountId} returns matches ordered by the latest createdAt.

This endpoint supports cursor-based pagination.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required
Query Params
uuid

Filter by bank account identifier

uuid
uuid

Filter by bank transaction identifier

uuid

Filter by card transaction identifier

string
enum
Defaults to MEDIUM

Filter transaction matches by minimum confidence level. Defaults to MEDIUM, which returns HIGH and MEDIUM matches.

Allowed:
date

Filter results from this date (inclusive), in YYYY-MM-DD format

date

Filter results up to this date (inclusive), in YYYY-MM-DD format

integer
1 to 1000
Defaults to 250

Maximum number of items to return

string

The cursor to use for pagination. Identifies your place on the list

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/problem+json