List Pix Automático schedules
Lists live upstream scheduled payment instructions, scoped by flow + due-date window, projecting each onto the local schedule status. The response is an object wrapper carrying the upstream timestamp and the schedule snapshots.
Authorizations
JWT Bearer token authentication. Obtain token from /v1/login/oauth/access_token endpoint
using client credentials (clientId and clientSecret).
Include token in Authorization header:
Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
Token expires after 3600 seconds (1 hour).
Query Parameters
fluxo (0=Enviados/PSP Recebedor, 1=Recebidos/PSP Pagador).
cnpjRecebedor filter (string).
tpPessoaPagador filter (0/1; empty = no filter).
cpfCnpjPagador filter (string).
nrAgenciaPagador filter (string).
nrContaPagador filter (string).
stAgendamento filter (0/1; empty = no filter).
dtVencimentoInicio (aaaa-mm-dd).
dtVencimentoFim (aaaa-mm-dd).
pagina (default 1).
tamanhoPagina (default 50, max 100).

