Get Bank Billet Pix Deposit Batch By ID
GETTag: api-paas-get-banking-billet-pix-deposit-batch-by-idDescription: Get a bank billet pix deposit batch by ID./banking/billet-pix-deposit-batches/:id
Request
Path Parameters
Bank billet pix 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.
Responses
- 200
- 400
- 401
- 422
Bank billet pix deposit batch found.
- application/json
- Schema
- Example (from schema)
Schema
Bank billet deposit batch ID.
Pix key ID.
Batch name.
Possible values: [UNDER_ANALYSIS, VALIDATED, REJECTED, GENERATED, FAILED]
Status.
Date on which the bank billets will be sent by email.
Whether the banking billets will be created using a template or not.
File ID (CSV).
Quantity of items (banking billets) of the batch
Creation date.
Update date.
{
"id": "295564a9-c5fd-4e73-9abb-72e0383f2dfb",
"pix_key_id": "295564a9-c5fd-4e73-9abb-72e0383f2dfb",
"batch_name": "January/26",
"status": "GENERATED",
"email_send_date": "2025-12-28",
"personalized": true,
"file_id": "64983ca9-6f13-4988-af37-c65fb31f5c65",
"items_count": 100,
"created_at": "2025-12-26T17:17:50.559Z",
"updated_at": "2025-12-26T17:17:50.559Z"
}
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.