List Automatic Pix Authorizations
GETTag: api-paas-get-all-pix-automatic-authorizationsDescription: List Automatic Pix Authorizations./pix/scheduled-payments/automatic-authorizations
Request
Path Parameters
Default value: 1
Page number.
Possible values: <= 100
Default value: 20
Page size. Max size is 100.
Possible values: [created_at
]
Page sort attribute.
Possible values: [asc
, desc
]
Default value: asc
Page order.
Possible values: [PENDING
, WAITING_APPROVAL
, WAITING_REJECTION
, APPROVED
, REJECTED
, WAITING_CANCELLATION
, CANCELED
, EXPIRED
]
Authorization status attribute.
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
Retrieved automatic pix authorizations successfully.
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
Page number.
Page size.
Page total.
Total of elements.
data object[]required
Automatic pix authorization data
Authorization ID.
Possible values: [JOURNEY_1
, JOURNEY_2
, JOURNEY_3
, JOURNEY_4
]
Authorization journey.
Possible values: [WEEKLY
, MONTHLY
, QUARTERLY
, SEMI_ANNUALLY
, ANNUALLY
]
Authorization frequency.
Authorization start date
Authorization end date
Authorization value
Authorization floor max value
Authorization beneficiary ISPB
Authorization beneficiary document
Authorization beneficiary name
Authorization owner (payer) document
Authorization debtor document
Authorization debtor name
Authorization contract number
Authorization contract description
Authorization request expiration date
Possible values: [PENDING
, WAITING_APPROVAL
, WAITING_REJECTION
, APPROVED
, REJECTED
, WAITING_CANCELLATION
, CANCELED
, EXPIRED
]
Authorization status
Authorization payment max value (defined by payer)
Authorization creation date.
Authorization update date.
{
"page": 1,
"page_size": 20,
"page_total": 20,
"total": 100,
"data": [
{
"id": "d1952c4b-9348-41ab-99a3-05b11459aded",
"journey": "JOURNEY_1",
"frequency": "MONTHLY",
"start_date": "2025-07-11",
"end_date": "2025-07-11",
"value": 100,
"floor_max_value": 50,
"beneficiary_ispb": "7219",
"beneficiary_document": "01234567890",
"beneficiary_name": "John Doe",
"owner_document": "02345678912",
"debtor_document": "03456789013",
"debtor_name": "John Wick",
"contract_number": "123456-7",
"contract_description": "Gym monthly subscription",
"request_expiration_date": "2025-07-11T20:31:17.585Z",
"status": "APPROVED",
"payment_max_value": 80,
"created_at": "2025-07-11T20:31:17.585Z",
"updated_at": "2025-07-11T20:31:17.585Z"
}
]
}
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.