Skip to main content
GET
List Transaction Reports

Autorizaciones

Authorization
string
header
requerido

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Parámetros de consulta

limit
integer
predeterminado:10

Maximum number of items per page.

Rango requerido: 1 <= x <= 100
page
integer
predeterminado:1

Page number for pagination.

Rango requerido: x >= 1
sort_order
enum<string>
predeterminado:asc

Sort direction: asc or desc.

Opciones disponibles:
asc,
desc
end_to_end_id
string

Filter by the PIX end-to-end identifier

return_identification
string

Filter by the return identification (refund reports)

initiation_type
enum<string>

Filter by initiation type; case-insensitive

Opciones disponibles:
MANUAL,
DICT,
STATIC_QRCODE,
DYNAMIC_QRCODE
status
array

Transaction statuses (comma-separated)

created_at_start
string<date-time>

Filter by reports created on or after this timestamp (RFC3339)

created_at_end
string<date-time>

Filter by reports created on or before this timestamp (RFC3339)

Respuesta

OK

items
object[]

Items contains the list of transaction reports

limit
integer

Limit is the maximum number of items per page

Ejemplo:

10

page
integer

Page is the current page number (1-based)

Ejemplo:

1

total
integer

Total is the total count of matching items

Ejemplo:

42