List Operation Statement Data
GET/reports/operation-statement
Retrieve a list of operation statement data for the user. When filtering by date, ensure that the date range is within the same month. If no date has been specified in the filters, the statement will be generated for the current month.
Request
Query Parameters
- currency_symbol: Currency symbol.
- value: Operation value.
- topic: Transaction type topic.
- Note: Valid transaction type topics:
- 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.
Filter Text.
Previous page state.
Operation created at start.
Operation created at end.
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 requisition. All requisitions must have an identifier.
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
, DEPORECEIVE
, TEDRECEIVE
, DEBITTRANSACTION
, DEBITCBK
, TEDFAILURE
, TEDUNDO
, BBPCBK
, TEDRECCBK
, DEPRECCBK
, BILLETFAILURE
, DOCRECEIVE
, PIXRECEIVE
, WITHDRAWCBK
, CASHBACK
, CASHBACKCBK
, FORFEITURE
, DBTCARDCRED
, ACTCLOSURE
, REFREWARD
, EXTRACREDIT
, SALECREDCARD
, SALEDEBTCARD
, PIXWITHDRAWAL
, ADMCRYPTOSEND
, ADMCRYPTOREC
, P2PBTCTP
, P2PBTCTC
, P2PTP
, P2PTC
, CBK
, P2MTP
, SP
, TEDTRANSFERSELF
, TEDDEVREC
]
Transaction type tag.
Possible values: [C
, D
]
Transaction type.
Owner wallet account ID.
Beneficiary wallet account ID.
Operation reference ID.
Chargeback 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": "2024-11-19T02:02:06.532Z",
"reverted_at": "2024-11-19T02:02:06.532Z",
"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"
}
],
"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.