Get Pix Statement File by Date
GET/storage/pix-statement-file
Retrieve a pix statement file for a specified date. If you haven't generated a file yet, use the appropriate endpoint to do so.
Request
Query Parameters
report_date date-timerequired
Report date.
Header Parameters
nonce stringrequired
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 in CSV file returned successfully.
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.
Loading...