Skip to main content
GET
Search transactions

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
obrigatório

The unique identifier of the reconciliation context.

Parâmetros de consulta

q
string

Free-text search query

amount_min
string

Minimum transaction amount

amount_max
string

Maximum transaction amount

date_from
string<date-time>

Start date filter (RFC 3339 format)

date_to
string<date-time>

End date filter (RFC 3339 format)

reference
string

Transaction reference (exact match)

currency
string

Currency code filter

source_id
string

Source ID filter

status
enum<string>

Transaction status filter

Opções disponíveis:
UNMATCHED,
MATCHED,
IGNORED,
PENDING_REVIEW
limit
integer
padrão:20

The maximum number of items to include in the response.

Intervalo obrigatório: 1 <= x <= 50
offset
integer
padrão:0

The number of items to skip before returning results.

Intervalo obrigatório: x >= 0

Resposta

Search results with offset pagination

Search results for transactions with offset pagination

items
object[]
total
integer<int64>

Total number of matching transactions

limit
integer

Maximum items per page

Exemplo:

20

offset
integer

Number of items skipped

Exemplo:

0