List Pix Statement Data
GET/reports/pix-statement
Retrieve a list of Pix 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
- beneficiary_document: Beneficiary Document.
- owner_document: Owner Document.
- end_to_end_id: End To End ID.
- txid: Tx ID.
- priority_type: Priority Type.
Possible values: [beneficiary_document
, owner_document
, end_to_end_id
, txid
, priority_type
]
Filter Type:
Filter text.
Previous page state.
Created at start.
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 Pix statement data returned successfully.
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
data object[]required
Pix statement data.
Payment beneficiary bank name.
Payment beneficiary branch (bank agency).
Payment beneficiary document (cpf or cnpj).
Payment beneficiary name.
Payment beneficiary person type.
Payment beneficiary account number.
Payment beneficiary account type.
Payment beneficiary bank ispb.
User wallet id.
Payment description.
Payment end to end id.
Payment key.
Possible values: [C
, D
]
Operations type.
Payment owner account number.
Payment owner branch.
Payment owner document (cpf or cnpj).
Payment owner full name.
Payment owner person type.
Payment confirmed at.
Payment canceled at.
Payment date.
Payment type.
Priority type.
Payment state.
Operation created at.
Transaction ID.
Operation transaction type tag.
Transaction updated at.
Payment tx Id.
Payment value.
Has next page.
Page state.
{
"data": [
{
"beneficiary_bank_name": "Bank Name S.A.",
"beneficiary_branch": "0001",
"beneficiary_document": "87908771017",
"beneficiary_name": "Fulano de Tal",
"beneficiary_person_type": "LEGAL_PERSON",
"beneficiary_account_number": "12376786",
"beneficiary_account_type": "CACC",
"beneficiary_bank_ispb": "26264220",
"wallet_id": "3267dfe0-73ee-4421-80e7-0c3a5372fa13",
"description": "string",
"end_to_end_id": "36f81858-f3ed-4ee5-8e6f-5f834129f6ec",
"key": "bdb98227-3e02-4fa2-8e71-bfb8e4b4310a",
"operation_type": "C",
"owner_account_number": "33338888",
"owner_branch": "0001",
"owner_document": "14102415726",
"owner_full_name": "Joao da Silva",
"owner_person_type": "LEGAL_PERSON",
"payment_confirmed_at": "2024-11-22T13:43:08.010Z",
"payment_canceled_at": "2024-11-22T13:43:08.010Z",
"payment_date": "2024-11-22T13:43:08.010Z",
"payment_type": "ACCOUNT",
"priority_type": "string",
"state": "CONFIRMED",
"operation_created_at": "2024-11-22T13:43:08.010Z",
"transaction_id": "f6e2e084-29b9-4935-a059-5473b13033aa",
"transaction_type_tag": "PIXREC",
"transaction_updated_at": "2024-11-22T13:43:08.010Z",
"txid": "f6e2e084-29b9-4935-a059-5473b13033aa",
"value": 10000
}
],
"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.