Generate or update the Banking Billet Pix Deposit PDF
GETTag: api-paas-get-banking-billet-pix-deposit-pdfDescription: Generates or updates the Banking Billet Pix Deposit PDF for the current wallet. Provide the deposit ID in the path and optionally set the personalize query to apply the wallet template. The response returns file metadata. Use storage/files/id/download to download the PDF./banking/billet-pix-deposit/:id/pdf
Request
Path Parameters
Bank billet pix deposit ID.
Query Parameters
When true, tries to apply the wallet personalized template (default: false).
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
Banking Billet Pix Deposit PDF generated or updated.
- application/json
- Schema
- Example (from schema)
Schema
Bank billet pix deposit ID.
Bank billet pix deposit file name.
Bank billet pix deposit created at.
{
"id": "string",
"file_name": "string",
"created_at": "2025-10-22T19:40:27.663Z"
}
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.