Update CSV File for Bank Billet Pix Deposit Batch
POSTTag: api-baas-post-banking-billet-pix-deposit-batch-csvDescription: Update the CSV file for a rejected banking billet pix deposit batch. The batch must have status REJECTED. This will delete the old CSV file, clear validation errors, and set the batch back to UNDER_ANALYSIS status. The CSV must contain the following columns: payer_name, payer_document, description, amount, due_date. Optional columns: payer_email, interest_perc_value, fine_value, fine_type, discount_value, discount_type./v1/banking/billet-pix-deposit-batches/:id/update-file
Request
Path Parameters
Bank billet deposit batch ID.
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 request. All requests must have an identifier.
Possible values: [pt-BR, en-US]
Indicates the preferred language. Defaults to Brazilian Portuguese if unspecified.
The product ID is a UUID (v4) used to identify the Z.ro product configuration.
The product target user ID is a UUID (v4) used to identify what user account this request must be executed. Require: x-product-uuid.
- application/json
Body
required
CSV file ID.
Responses
- 200
- 400
- 403
- 404
Banking billet pix deposit batch CSV file updated.
- application/json
- Schema
- Example (from schema)
Schema
Bank billet deposit batch ID.
Batch name.
Possible values: [UNDER_ANALYSIS, VALIDATED, REJECTED, GENERATED, FAILED]
Bank billet deposit batch status.
Whether the billet PDF is personalized or not.
File ID of uploaded CSV.
Email send date.
Creation date.
{
"id": "295564a9-c5fd-4e73-9abb-72e0383f2dfb",
"batch_name": "Batch January 2025",
"status": "UNDER_ANALYSIS",
"personalized": true,
"file_id": "295564a9-c5fd-4e73-9abb-72e0383f2dfb",
"email_send_date": "2025-02-01",
"updated_at": "2025-12-30T17:32:11.646Z"
}
If any required params are missing or has invalid format or type.
Batch does not belong to user or status is not REJECTED.
Batch not found.