List Operation Statement Data By Product
GETTag: api-baas-get-all-report-operation-statement-productDescription: Retrieve operation statement data filtered by product. Date range must be within the same month. If no dates specified, defaults to current day. When using filters, both filter_type and filter_text must be provided together./v1/reports/operation-statement-product
Request
Query Parameters
- currency_symbol: Currency symbol.
- value: Operation value (must be a positive number).
- topic: Transaction type topic.
- When using filter_type=value: Must be a positive number (e.g. "100" or "15.50").
- When using filter_type=currency_symbol: Use currency symbol (e.g. "BRL", "USD").
- When using filter_type=topic: Use valid transaction type topic:
- CARD: Card transactions.
- PIX: PIX transactions.
- TED: TED transactions.
- BANK_BILLET: Bank billet transactions.
- CRYPTO: Cryptocurrency transactions.
- P2P: P2P transactions.
- OTHERS: Other types of transactions.
Possible values: [operation_created_at
]
Default value: operation_created_at
Page sort attribute.
Possible values: [asc
, desc
]
Default value: desc
Page order.
Possible values: [currency_symbol
, topic
, value
]
Filter type. Must be provided if filter_text is used.
Filter Text. Required if filter_type is provided.
Previous page state.
Operation created at start. If not provided, defaults to the beginning of the current day (00:00:00).
Operation created at end. If not provided, defaults to the end of the current day (23:59:59).
Header Parameters
Sender Wallet UUID (if empty, your default Wallet UUID will be settled)
The nonce ID is a UUID (v4) used to uniquely identify the request. All requests must have an identifier.
Possible values: [pt-BR
, en-US
]
Indicates the preferred language. Defaults to Brazilian Portuguese if unspecified.
The product ID is a UUID (v4) used to identify the Z.ro product configuration.
The product target user ID is a UUID (v4) used to identify what user account this request must be executed. Require: x-product-uuid.
Responses
- 200
- 400
- 401
- 422
The operation statement data returned successfully.
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
data object[]required
Report operation statement data.
Operation ID.
Possible values: [accepted
, declined
, undone
, pending
, reverted
, waiting_accept
, waiting_revert
]
State.
Fee.
Value.
Updated balance.
Description.
Operation creation date.
Operation reverted at.
Currency ID.
Currency symbol.
Transaction type ID.
Possible values: [P2PBT
, WITHDRAW
, PIXCHANGE
, PIXDEVREC
, PIXDEVSEND
, PIXREC
, PIXREFUND
, PIXREFUNDDEV
, PIXSEND
, PIXSENDSELF
, PIXWITHDRAWL
, TED
, CONV
, BTCSEND
, BTCRECEIVE
, BBP
, BBD
, DEPORECEIVE
, TEDRECEIVE
, DEBITTRANSACTION
, DEBITCBK
, TEDFAILURE
, TEDUNDO
, TEDRECCBK
, DEPRECCBK
, DOCRECEIVE
, PIXRECEIVE
, WITHDRAWCBK
, CASHBACK
, CASHBACKCBK
, FORFEITURE
, DBTCARDCRED
, ACTCLOSURE
, REFREWARD
, EXTRACREDIT
, SALECREDCARD
, SALEDEBTCARD
, PIXWITHDRAWAL
, ADMCRYPTOSEND
, ADMCRYPTOREC
, P2PBTCTP
, P2PBTCTC
, P2PTP
, P2PTC
, CBK
, P2MTP
, SP
, TEDTRANSFERSELF
, TEDDEVREC
, PIXSENDRESTRICTED
]
Transaction type tag.
Possible values: [C
, D
]
Transaction type.
Owner wallet account ID.
Beneficiary wallet account ID.
Operation reference ID.
Chargeback ID.
Product ID.
Has next page.
Page state.
{
"data": [
{
"id": "23bf3d55-b336-4ca2-be4b-4b8df3cdd94a",
"state": "accepted",
"fee": 1,
"value": 1,
"updated_balance": 1,
"description": "Get statement",
"created_at": "2025-04-25T20:46:12.593Z",
"reverted_at": "2025-04-25T20:46:12.593Z",
"currency_id": 1,
"currency_symbol": "BRL",
"transaction_type_id": 1,
"transaction_type_tag": "PIXSEND",
"transaction_type": "D",
"owner_wallet_account_uuid": "23bf3d55-b336-4ca2-be4b-4b8df3cdd94a",
"beneficiary_wallet_account_uuid": "23bf3d55-b336-4ca2-be4b-4b8df3cdd94a",
"operation_ref_id": "23bf3d55-b336-4ca2-be4b-4b8df3cdd94a",
"chargeback_id": "23bf3d55-b336-4ca2-be4b-4b8df3cdd94a",
"product_id": "23bf3d55-b336-4ca2-be4b-4b8df3cdd94b"
}
],
"has_next_page": true,
"page_state": "string"
}
If any required params are missing or has invalid format or type.
User authentication failed.
If any required params are missing or has invalid format or type.