Pix Automatic (Recurrence)
List scheduled payments
Lists scheduled payments (payment instructions) based on filters.
GET
Headers
Example:
"your-x-api-key"
Example:
"your-x-api-token"
Query Parameters
Filter by payment status.
Available options:
PENDING_SCHEDULE
, SCHEDULED
, PAID
, FAILED
, CANCELLED
Example:
"PAID"
Filter by start due date.
Example:
"2025-01-01"
Filter by end due date.
Example:
"2025-12-31"
Page number for the query.
Maximum number of results per page.
Field to sort the results by.
Available options:
dueDate
, creation
Sort order.
Available options:
ASC
, DESC
Response
200
application/json
List of scheduled payments returned successfully.
The response is of type object
.