Get Bank Billet Pix Deposit By ID
GETTag: api-paas-get-banking-billet-pix-deposit-by-idDescription: Get a bank billet pix deposit by ID./banking/billet-pix-deposit/:id
Request
Path Parameters
Bank billet pix deposit 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
- 404
- 422
Bank billet pix deposit found.
- application/json
- Schema
- Example (from schema)
Schema
Bank billet pix deposit ID.
Possible values: [CREATED_PENDING
, CREATED_WAITING
, CREATED_CONFIRMED
, CREATED_FAILED
, RECEIVED
]
Bank billet pix deposit amount in cents.
Bank billet pix deposit interest value in percentage.
Bank billet pix deposit fine value (converted to integer amount).
Bank billet pix deposit discount value (converted to integer amount).
Due date.
Limit due date.
Barcode.
Typeable line.
Operation ID.
banking billet pix deposit PDF file id
Transaction tag.
Whether the billet PDF is personalized or not.
Created at.
Confirmed at.
Pix key.
EMV code.
{
"id": "string",
"state": "CREATED_PENDING",
"amount": 0,
"interest_perc_value": 1.01,
"fine_value": 202,
"discount_value": 1001,
"due_date": "2025-10-22T19:40:27.662Z",
"limit_due_date": "2025-10-22T19:40:27.662Z",
"barcode": "string",
"typeable_line": "string",
"operation_id": "string",
"file_id": "string",
"transaction_tag": "string",
"personalized": true,
"created_at": "2025-10-22T19:40:27.662Z",
"confirmed_at": "2025-10-22T19:40:27.662Z",
"pix_key": "string",
"emv": "string"
}
If any required params are missing or has invalid format or type.
User authentication failed.
If the deposit ID was not found.
If any required params are missing or has invalid format or type.