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./v2/reports/operation-statement-product
Request
Query Parameters
- currency_symbol: Currency symbol.
- merchant_id: Merchant ID.
- 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: [transaction_created_at
]
Default value: transaction_created_at
Page sort attribute.
Possible values: [asc
, desc
]
Default value: desc
Page order.
Possible values: [currency_symbol
, merchant_id
, topic
, value
]
Filter type. Must be provided if filter_text is used.
Filter Text. Required if filter_type is provided.
Previous page state.
Transaction created at start. If not provided, defaults to the beginning of the current day (00:00:00).
Transaction created at end. If not provided, defaults to the end of the current day (23:59:59).
Page size.
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.
ID.
User ID.
Wallet ID.
Product ID.
Year Month.
Topic.
Operation Type.
Operation ID.
Operation Created At.
Operation Created At Microseconds.
Operation Reverted At.
Operation Updated At.
Transaction ID.
Transaction Created At.
Fee.
Value.
Description.
Operation Reference ID.
Chargeback ID.
Merchant ID.
Currency ID.
Currency Symbol.
Transaction Type ID.
Transaction Type Tag.
Owner ID.
Owner Full Name.
Owner Document.
Owner Wallet Account ID.
Beneficiary ID.
Beneficiary Full Name.
Beneficiary Document.
Beneficiary Wallet Account ID.
Previous Balance.
Updated Balance.
Has next page.
Page state.
{
"data": [
{
"id": "23bf3d55-b336-4ca2-be4b-4b8df3cdd94a",
"user_id": "23bf3d55-b336-4ca2-be4b-4b8df3cdd94a",
"wallet_id": "23bf3d55-b336-4ca2-be4b-4b8df3cdd94a",
"product_id": "23bf3d55-b336-4ca2-be4b-4b8df3cdd94a",
"year_month": "202403",
"topic": "PIX",
"operation_type": "DEBIT",
"operation_id": "23bf3d55-b336-4ca2-be4b-4b8df3cdd94a",
"operation_created_at": "2025-06-23T19:44:59.120Z",
"operation_created_at_us": "123456",
"operation_reverted_at": "2025-06-23T19:44:59.120Z",
"operation_updated_at": "2025-06-23T19:44:59.120Z",
"transaction_id": "23bf3d55-b336-4ca2-be4b-4b8df3cdd94a",
"transaction_created_at": "2025-06-23T19:44:59.120Z",
"fee": 1,
"value": 1,
"description": "Transaction description",
"operation_ref_id": "23bf3d55-b336-4ca2-be4b-4b8df3cdd94a",
"chargeback_id": "23bf3d55-b336-4ca2-be4b-4b8df3cdd94a",
"merchant_id": "Merchant unique defined",
"currency_id": 1,
"currency_symbol": "BRL",
"transaction_type_id": 1,
"transaction_type_tag": "PIX_SEND",
"owner_id": "23bf3d55-b336-4ca2-be4b-4b8df3cdd94a",
"owner_full_name": "John Doe",
"owner_document": "12345678900",
"owner_wallet_account_id": "23bf3d55-b336-4ca2-be4b-4b8df3cdd94a",
"beneficiary_id": "23bf3d55-b336-4ca2-be4b-4b8df3cdd94a",
"beneficiary_full_name": "Jane Doe",
"beneficiary_document": "12345678901",
"beneficiary_wallet_account_id": "23bf3d55-b336-4ca2-be4b-4b8df3cdd94a",
"previous_balance": 1000,
"updated_balance": 900
}
],
"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.