Skip to main content
GET
Reporte de transacciones rechazadas (transações rejeitadas)

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Parámetros de consulta

fromDate
string
requerido

Inclusive range start (RFC3339 timestamp or YYYY-MM-DD).

Ejemplo:

"2026-05-01"

toDate
string
requerido

Inclusive range end (RFC3339 timestamp or YYYY-MM-DD). A bare date snaps to end-of-day.

Ejemplo:

"2026-05-31"

messageType
string

Optional STR/LPI message-code filter (e.g. STR0008).

cursor
string

Opaque continuation token from a previous response's nextCursor.

limit
integer<int64>
predeterminado:20

Page size (1-100, default 20).

Rango requerido: 1 <= x <= 100
Ejemplo:

20

Respuesta

OK

correlationId
string
requerido

Request-scoped correlation identifier echoing X-Request-ID.

Ejemplo:

"req-7a3f9c2e"

fromDate
string
requerido

RFC3339 UTC inclusive lower bound of the queried range.

Ejemplo:

"2026-05-01T00:00:00Z"

items
object[] | null
requerido

Rejected messages ordered by (createdAt DESC, id DESC).

toDate
string
requerido

RFC3339 UTC inclusive upper bound of the queried range.

Ejemplo:

"2026-05-31T23:59:59Z"

totalCount
integer<int64>
requerido

Total rejected messages for the filter (independent of pagination).

Ejemplo:

7

nextCursor
string

Opaque continuation token for the next page; absent when there are no more pages. Presence signals more results, absence signals end-of-list.