List issued boletos (Boleto Charge)
List issued boletos (Boleto Charge)
Paginated local mirror for this account. Every item includes
`updatedAt`, the instant of the last successful synchronization with
the settlement bank. This endpoint does not call the bank.
There is no historical backfill. The mirror contains charges issued
after v2.85.0 and older charges hydrated by a successful detail lookup.
Use `GET .../charge/{chargeId}` when you need the current authoritative
result. Filters: `barcode`, `payer`, `dueDate`, `status`, `page`,
`pageSize` (max 200). Requires `boleto_charge`.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
accountId
Account identifier.
Headers
X-Tenant-Id
Tenant context used for authorization and routing.
Query parameters
status
Canonical status filter (OPEN, SETTLED, OVERDUE, WRITTEN_OFF, CANCELLED, EXPIRED).
dueDate
Due date, YYYY-MM-DD.
payer
Payer name or tax number.
barcode
Barcode of the slip.
page
Page number, starting at 1.
pageSize
Page size, up to 200.
Response
Page of boletos
items
page
pageSize
totalItems
totalPages
hasNext
Errors
403
Forbidden Error