List Pix Automático authorizations
Lists live upstream recurring-payment authorizations, scoped by flow + update window, projecting each onto the local authorization status.
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=PSP Pagador, 1=PSP Recebedor).
cnpjRecebedor filter (string).
tpPessoaPagador filter (0/1; empty = no filter).
cpfCnpjPagador filter (string).
nrAgenciaPagador filter (string).
nrContaPagador filter (string).
resultadoAutorizacao filter (true/false; empty = no filter).
Upstream process status filter (0..10; empty = no filter).
dtHrAtualizacaoRecorrenciaInicio (UTC).
dtHrAtualizacaoRecorrenciaFim (UTC).
pagina (default 1).
tamanhoPagina (default 50, max 100).

