Skip to main content
GET
List Pix Automático schedules

Authorizations

Authorization
string
header
required

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

flow
integer<int64>

fluxo (0=Enviados/PSP Recebedor, 1=Recebidos/PSP Pagador).

recipientCnpj
string

cnpjRecebedor filter (string).

payerPersonType
string

tpPessoaPagador filter (0/1; empty = no filter).

payerDocument
string

cpfCnpjPagador filter (string).

payerAgency
string

nrAgenciaPagador filter (string).

payerAccount
string

nrContaPagador filter (string).

scheduleStatus
string

stAgendamento filter (0/1; empty = no filter).

dueDateFrom
string

dtVencimentoInicio (aaaa-mm-dd).

dueDateTo
string

dtVencimentoFim (aaaa-mm-dd).

page
integer<int64>

pagina (default 1).

pageSize
integer<int64>

tamanhoPagina (default 50, max 100).

Response

OK

jdPiAt
string
required

Upstream response timestamp (upstream timestamp, UTC).

schedules
object[] | null
required

The matching schedule snapshots (agendamentos).