Create Bank Billet for Deposit
POSTTag: api-paas-post-banking-billet-pix-depositDescription: Create a new bank billet for deposit by providing the required information in the request body and executing the operation./banking/billet-pix-deposit
Request
Header Parameters
The transaction ID is a UUID (v4) used to uniquely identify the object that will be created. All objects must have an identifier.
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
Amount specified in Brazilian Real (R$) cents.
Interest value specified in percentage by month.
Fine value (in amount or percentage).
Possible values: [AMOUNT
, PERCENTAGE
]
Fine type.
Discount value (in amount or percentage).
Possible values: [AMOUNT
, PERCENTAGE
]
Discount type.
Due date. Format: YYYY-MM-DD.
Pix key.
Description.
Payer's document (CPF or CNPJ).
Payer's name.
Whether the billet PDF will be personalized or not.
Responses
- 201
- 400
- 401
- 422
Banking billet for deposit created.
- application/json
- Schema
- Example (from schema)
Schema
Bank billet deposit ID.
Bank billet deposit operation ID.
Possible values: [CREATED_PENDING
, CREATED_WAITING
, CREATED_CONFIRMED
, CREATED_FAILED
, RECEIVED
]
Bank billet deposit state.
Amount specified in Brazilian Real (R$) cents.
Interest value specified in percentage.
Fine value (converted to integer amount).
Discount value (converted to integer amount).
Due date.
Limit due date.
Barcode.
Typeable line.
Creation date.
Whether the billet PDF is personalized or not.
{
"id": "295564a9-c5fd-4e73-9abb-72e0383f2dfb",
"operation_id": "295564a9-c5fd-4e73-9abb-72e0383f2dfb",
"state": "CREATED_PENDING",
"amount": 1299,
"interest_perc_value": 1.01,
"fine_value": 202,
"discount_value": 1001,
"due_date": "2025-10-22T19:11:19.255Z",
"limit_due_date": "2025-10-22T19:11:19.255Z",
"barcode": "00000000000000000000000000000000000000000000",
"typeable_line": "00000000000000000000000000000000000000000000000",
"created_at": "2025-10-22T19:11:19.255Z",
"personalized": true
}
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.