List Pix Automático Charges by Authorization
List the charges belonging to one authorization, scoped to the authenticated payer — charges owned by another payer are never returned. Supports page/limit pagination plus status and createdAt date-range filters. Each item carries the sanitized attempts array; the internal debit result code is never exposed.
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).
Path Parameters
Authorization ID (UUID format)
Query Parameters
Maximum number of items per page.
1 <= x <= 100Page number for pagination.
x >= 1Filter by status
RECEIVED, SCHEDULED, EXECUTED, FAILED, CANCELLED ISO 8601 UTC lower bound on createdAt
ISO 8601 UTC upper bound on createdAt
Sort direction: asc or desc.
asc, desc 
