Skip to main content
GET
List matched transactions report

Autorizações

Authorization
string
header
obrigatório

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

Cabeçalhos

X-Request-Id
string

A unique identifier for tracing the request across services.

Parâmetros de caminho

contextId
string<uuid>
obrigatório

The unique identifier of the reconciliation context.

Parâmetros de consulta

date_from
string<date>
obrigatório

Start date (YYYY-MM-DD)

date_to
string<date>
obrigatório

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
padrão:20

The maximum number of items to include in the response.

Intervalo obrigatório: 1 <= x <= 200
sort_order
enum<string>
padrão:desc

Sort order by date

Opções disponíveis:
asc,
desc

Resposta

Paginated list of matched transactions

Cursor-paginated list of matched transactions

items
object[]

List of matched 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.