Update Pix Automatic Receiver Limit
PATCHTag: api-paas-update-pix-automatic-receiver-limitDescription: Updates the daily limit for a specific receiver in automatic pix payments./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.
- application/json
Body
required
Daily limit in cents.
Responses
- 200
- 400
- 401
- 422
Receiver limit successfully updated.
- application/json
- Schema
- Example (from schema)
Schema
Receiver Limit ID.
Wallet ID.
Receiver document.
Receiver name.
Daily limit in cents.
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,
"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.