List Refunds
Use this endpoint to list refunds (both CASHOUT and CASHIN) with optional filters and pagination.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Unique identifier of the Midaz Ledger Account (UUID format).
Query Parameters
Page number for pagination.
x >= 1Maximum number of items per page.
1 <= x <= 100Sort direction: asc or desc.
asc, desc Filter by the original Pix transfer end-to-end identifier.
Filter by the refund status (CREATED, PENDING, PROCESSING, COMPLETED, FAILED, CANCELLED).
CREATED, PENDING, PROCESSING, COMPLETED, FAILED, CANCELLED Filter by refund direction (CASHOUT or CASHIN).
CASHOUT, CASHIN 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).

