Pular para o conteúdo principal
GET
Pesquisar transações

Autorizações

Authorization
string
header
obrigatório

Autenticação por Bearer token (formato: "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

Resultados da pesquisa com paginação por offset

Resultados de busca de transações com paginação por offset

items
object[]
total
integer<int64>

Total de transações correspondentes

limit
integer

Máximo de itens por página

Exemplo:

20

offset
integer

Número de itens ignorados

Exemplo:

0