Skip to main content
GET
List unmatched transactions report

Authorizations

Authorization
string
header
required

Bearer token authentication (format: "Bearer {token}")

Headers

X-Request-Id
string

A unique identifier for tracing the request across services.

Path Parameters

contextId
string<uuid>
required

The unique identifier of the reconciliation context.

Query Parameters

date_from
string<date>
required

Start date (YYYY-MM-DD)

date_to
string<date>
required

End date (YYYY-MM-DD)

source_id
string

Source ID filter

cursor
string

The cursor value for retrieving the next page of results.

limit
integer
default:20

The maximum number of items to include in the response.

Required range: 1 <= x <= 200
sort_order
enum<string>
default:desc

Sort order by date

Available options:
asc,
desc

Response

Paginated list of unmatched transactions

Cursor-paginated list of unmatched transactions

items
object[]

List of unmatched transaction items

pagination
object

Cursor-based pagination metadata for report endpoints. Both fields are opaque base64-encoded JSON cursor tokens; treat them as strings and pass them back unchanged in the cursor query parameter to navigate. An empty string means there is no further page in that direction.