Get Bank Billet Pix Deposit By ID
GETTag: api-baas-get-banking-billet-pix-deposit-by-idDescription: Get a bank billet pix deposit by ID./v1/banking/billet-pix-deposits/: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.
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.
Responses
- 200
- 400
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.
Banking billet pix deposit batch ID.
Banking billet pix deposit batch name.
Possible values: [SCHEDULED, SENT, FAILED, WAITING_TO_SEND]
Email status.
Payer name.
Payer document (CPF/CNPJ).
Payer email.
Description.
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": "2024-07-29T15:51:28.071Z",
"limit_due_date": "2024-07-29T15:51:28.071Z",
"barcode": "string",
"typeable_line": "string",
"operation_id": "string",
"file_id": "string",
"transaction_tag": "string",
"personalized": true,
"banking_billet_pix_deposit_batch_id": "295564a9-c5fd-4e73-9abb-72e0383f2dfb",
"banking_billet_pix_deposit_batch_name": "Batch January 2025",
"email_status": "SCHEDULED",
"payer_name": "string",
"payer_document": "string",
"payer_email": "string",
"description": "string",
"created_at": "2024-07-29T15:51:28.071Z",
"confirmed_at": "2024-07-29T15:51:28.071Z",
"pix_key": "string",
"emv": "string"
}
If any required params are missing or has invalid format or type.