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

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Query Parameters

account_id
string

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

Example:

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

scheduled_date
string<date>

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

Example:

"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.

Example:

"20:00"

Response

OK

accountId
string
required
currency
string
required
Example:

"BRL"

scheduleCount
integer<int64>
required

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

scheduledDate
string<date>
required
total
string
required

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.