List scheduled Pix payments
Returns a page of the organization’s scheduled payments, newest settlement date first. Paging is by opaque cursor rather than offset: a schedule registered between two pages would shift every later row under an offset and silently skip one. Echo the cursor verbatim. The page carries no attempt history — that is per-schedule data a list view does not show, and it is on the single-schedule route instead.
Authorizations
JWT bearer token issued by the identity provider.
Query Parameters
Page size, 1..100. Absent means 20. A value outside that range is REFUSED, never clamped and never silently coerced -- a clamped page size makes a caller believe it read everything.
20
Opaque cursor from a previous page's pagination block. Echo it verbatim -- it is not a document to build.
Narrow to one payer account.
Narrow to one lifecycle status.
PENDING, EXECUTING, DISPATCHED_OUTCOME_UNKNOWN, AWAITING_RETRY, SETTLED, CANCELLED, FAILED Earliest settlement date to include, inclusive.
"2026-09-01"
Latest settlement date to include, inclusive.
"2026-09-30"

