Get all Pix Automatic Receiver Limits by Wallet
GETTag: api-paas-get-all-by-wallet-pix-automatic-receiver-limitDescription: Gets all receiver limits for the authenticated wallet./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.
Responses
- 200
- 400
- 401
- 422
Receiver limits found.
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
Page number.
Page size.
Page total.
Total of elements.
data object[]required
Receiver limits list.
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.
{
"page": 1,
"page_size": 20,
"page_total": 20,
"total": 100,
"data": [
{
"id": "d1952c4b-9348-41ab-99a3-05b11459aded",
"wallet_id": "d1952c4b-9348-41ab-99a3-05b11459aded",
"receiver_document": "21941873000179",
"receiver_name": "Empresa XPTO",
"daily_limit": 100000,
"daily_used": 35000,
"daily_available": 65000,
"created_at": "2025-11-28T17:06:29.703Z",
"updated_at": "2025-11-28T17:06:29.703Z"
}
]
}
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.