Skip to main content
GET
Search transactions

Autorizaciones

Authorization
string
header
requerido

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

Encabezados

X-Request-Id
string

A unique identifier for tracing the request across services.

Parámetros de ruta

contextId
string
requerido

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

Opciones disponibles:
UNMATCHED,
MATCHED,
IGNORED,
PENDING_REVIEW
limit
integer
predeterminado:20

The maximum number of items to include in the response.

Rango requerido: 1 <= x <= 50
offset
integer
predeterminado:0

The number of items to skip before returning results.

Rango requerido: x >= 0

Respuesta

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

Ejemplo:

20

offset
integer

Number of items skipped

Ejemplo:

0