Get Statement
GET/v2/operations/statement
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Request
Query Parameters
Default value: 1
Page number.
Possible values: <= 100
Default value: 20
Page size. Max size is 100.
Possible values: [operation_created_at
]
Page sort attribute.
Possible values: [asc
, desc
]
Default value: asc
Page order.
Currency symbol.
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 tag.
Possible values: [accepted
, declined
, undone
, pending
, reverted
, waiting_accept
, waiting_revert
]
Operation State.
Operation created at start.
Operation created at end.
Value.
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 operations returned successfully.
- application/json
- Schema
- Example (from schema)
Schema
Page number.
Page size.
Page total.
Total of elements.
data objectrequired
Report statement ID.
Fee.
Possible values: [accepted
, declined
, undone
, pending
, reverted
, waiting_accept
, waiting_revert
]
State.
Description.
Currency symbol.
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.
Value.
Beneficiary wallet account ID.
Currency ID.
Operation reverted at.
Owner wallet account ID.
Transaction type ID.
Updated balance.
Operation creation date.
Transaction type.
Operation reference ID.
Chargeback ID.
{
"page": 1,
"page_size": 20,
"page_total": 20,
"total": 100,
"data": {
"id": "23bf3d55-b336-4ca2-be4b-4b8df3cdd94a",
"fee": 1,
"state": "accepted",
"description": "Get statement",
"currency_symbol": "BRL",
"transaction_type_tag": "PIXSEND",
"value": 1,
"beneficiary_wallet_uuid": "23bf3d55-b336-4ca2-be4b-4b8df3cdd94a",
"currency_id": 1,
"reverted_at": "2024-11-19T02:02:06.332Z",
"owner_wallet_uuid": "23bf3d55-b336-4ca2-be4b-4b8df3cdd94a",
"transaction_type_id": 1,
"updated_balance": 1,
"created_at": "2024-11-19T02:02:06.332Z",
"transaction_type": "New Received PIX Deposit",
"operation_ref_id": "23bf3d55-b336-4ca2-be4b-4b8df3cdd94a",
"chargeback_id": "23bf3d55-b336-4ca2-be4b-4b8df3cdd94a"
}
}
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.