Generate Pix Statement Export File
POST/reports/pix-statement/exports
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Initiate a request to retrieve a pix statement by specifying wallet and date range. If no date range is provided, it defaults to the current date. Fill in the pix statement details in the parameters below and execute the request to obtain the file ID. Use the generated file ID with the 'storage/:id/download' endpoint to download the pix statement in CSV format.
Request
Query Parameters
Pix statement created at start.
Pix statement 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
Pix statement generated successfully.
- application/json
- Schema
- Example (from schema)
Schema
File ID.
File created at.
{
"file_id": "f6e2e084-29b9-4935-a059-5473b13033aa",
"created_at": "2024-11-19T02:02:06.530Z"
}
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.