Statement
API: GET /v1/statement, GET /v1/statement/export, GET /v1/statements/consolidated
Statement lines are settled ledger movements. They do not expose the same lifecycle statuses as Pix In or Pix Out APIs — each row describes a posted entry.
| Field | Values | Meaning |
|---|---|---|
transactionType | credit | Money in |
transactionType | debit | Money out |
method | pix | Pix movement |
method | tarifa | Fee |
method | judicialMovement | Judicial block / release |
Filter query parameters:
| Parameter | Values |
|---|---|
transactionType | credit, debit |
method | pix, tarifa, judicialMovement |
Each line includes amount, settlementDateTime, endToEndId (when applicable), and party details (creditor, debtor).
Reconcile statement lines with completed API statuses or webhooks — pending operations appear in Balance (pendingBalance) until they settle and may then show on the statement.
See also Statement errors.