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.
UUID (v4) of the product that the request should use. Send it explicitly when the authenticated user has more than one product or when the integration must select a specific product. If omitted and the endpoint does not require it, the API uses the authenticated user's default product.
UUID (v4) of the user on whose behalf the request should run within the selected product. If omitted, the request runs as the authenticated user. Requires 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": "2026-03-26T14:02:58.321Z"
}
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.