Create Pix Automatic Receiver Limit
POSTTag: api-paas-create-pix-automatic-receiver-limitDescription: Creates a daily limit for a specific receiver in automatic pix payments./pix/scheduled-payments/automatic-receiver-limits
Request
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.
- application/json
Body
required
Receiver document (CNPJ).
Receiver name.
Daily limit in cents.
Responses
- 201
- 400
- 401
- 422
Receiver limit successfully created.
- application/json
- Schema
- Example (from schema)
Schema
Receiver Limit ID.
Wallet ID.
Receiver document.
Receiver name.
Daily limit in cents.
Created at.
{
"id": "d1952c4b-9348-41ab-99a3-05b11459aded",
"wallet_id": "d1952c4b-9348-41ab-99a3-05b11459aded",
"receiver_document": "12345678901",
"receiver_name": "John Doe Company",
"daily_limit": 100000,
"created_at": "2025-11-28T17:06:29.701Z"
}
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.