Use this endpoint to list refund requests with filters and pagination. Returns empty array [] if no requests match the criteria.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Maximum number of items per page.
1 <= x <= 100Page number for pagination.
x >= 1Sort direction: asc or desc.
asc, desc Filter by original Pix transaction ID (32 characters).
Filter by refund status.
OPEN, CLOSED, CANCELLED Filter by requesting participant ISPB (8 digits).
Filter by contested participant ISPB (8 digits).
Filter by related infraction report ID (UUID).
Filter by refund analysis result.
TOTALLY_ACCEPTED, PARTIALLY_ACCEPTED, REJECTED Filter by refund transaction ID (32 characters).
Filter by records modified after this timestamp (RFC3339 format: 2024-01-15T10:30:00Z).
Filter by records modified before this timestamp (RFC3339 format: 2024-01-15T10:30:00Z).