Skip to main content
GET
Total scheduled for an account on a date

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider.

Parâmetros de consulta

account_id
string

Payer account. Required: the total is per account, and an unscoped one would be meaningless.

Exemplo:

"019606a1-3b4c-7d8e-9f01-234567890abc"

scheduled_date
string<date>

Civil date the total is computed for, in America/Sao_Paulo.

Exemplo:

"2026-09-10"

night_period_start
string

Local time the night period opens, HH:MM in America/Sao_Paulo. Absent means the night slice is OMITTED rather than defaulted: where that window opens is the institution's setting (IN 512 art. 3), and inventing one would publish our number under their name.

Exemplo:

"20:00"

Resposta

OK

accountId
string
obrigatório
currency
string
obrigatório
Exemplo:

"BRL"

scheduleCount
integer<int64>
obrigatório

How many schedules the total sums, so a zero total can be told apart from an absent one.

scheduledDate
string<date>
obrigatório
total
string
obrigatório

Sum of every NON-TERMINAL schedule for that account on that date. Cancelled and failed schedules are excluded, because neither will move money.

nightPeriodScheduleCount
integer<int64>
nightPeriodTotal
string

The IN 512 art. 7 §7 slice: created inside the night period, settling the NEXT day, to a natural person distinct from the payer. This is NOT the general night period of art. 3 -- it is a separate rule with its own fixed shape. Present only when night_period_start was supplied.