Get Pix Automatic Receiver Limit by ID
GETTag: api-paas-get-by-id-pix-automatic-receiver-limitDescription: Gets a specific receiver limit by its ID./pix/scheduled-payments/automatic-receiver-limits/:id
Request
Path Parameters
Receiver Limit 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
Receiver limit found.
- application/json
- Schema
- Example (from schema)
Schema
Receiver Limit ID.
Wallet ID.
Receiver document.
Receiver name.
Daily limit in cents.
Daily used amount in cents.
Daily available amount in cents.
Created at.
Updated at.
{
"id": "d1952c4b-9348-41ab-99a3-05b11459aded",
"wallet_id": "d1952c4b-9348-41ab-99a3-05b11459aded",
"receiver_document": "21941873000179",
"receiver_name": "John Doe Company",
"daily_limit": 100000,
"daily_used": 35000,
"daily_available": 65000,
"created_at": "2025-11-28T17:06:29.702Z",
"updated_at": "2025-11-28T17:06:29.702Z"
}
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.