List matched transactions report
Use this endpoint to retrieve a paginated list of matched transactions for a specific context and date range. The response uses cursor-based pagination.
Autorizações
Bearer token authentication (format: "Bearer {token}")
Cabeçalhos
A unique identifier for tracing the request across services.
Parâmetros de caminho
The unique identifier of the reconciliation context.
Parâmetros de consulta
Start date (YYYY-MM-DD)
End date (YYYY-MM-DD)
Source ID filter
The cursor value for retrieving the next page of results.
The maximum number of items to include in the response.
1 <= x <= 200Sort order by date
asc, desc Resposta
Paginated list of matched transactions
Cursor-paginated list of matched transactions
List of matched transaction items
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.

