List Operation Statement Data By Product
GET/v1/reports/operation-statement-product
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
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[]requireddeprecated
Report operation statement data.
Operation ID.
Possible values: [accepted, declined, undone, pending, reverted, waiting_accept, waiting_revert, waiting_ledger, waiting_credit, waiting_debit, waiting_accept_credit]
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, 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, CASHREC, BANKTRANSFERREC, BANKTRANSFERSEND_ARG, BANKTRANSFERDEV_ARG, BANKTRANSFERSEND_CHL, BANKTRANSFERDEV_CHL, BANKTRANSFERSEND_PER, BANKTRANSFERDEV_PER, DEBITCARDREC, CREDITCARDREC]
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.
{
"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.