Payout volume
The ‘Payouts last 30 days’ card payload: disbursed + settled Payout volume bucketed by created_at UTC day across the requested window (zero-filled, ascending), plus the % change vs the equal-length prior window. A pure read-model over Payout — nothing is stored. Results are scoped to the caller’s Business and environment.
Authorizations
Cleff API key issued to a Business that self-registers via POST /v1/registration
Query Parameters
Inclusive lower bound of the window (ISO-8601 date or timestamp).
Inclusive upper bound of the window (ISO-8601 date or timestamp). A date-only value covers the whole day.
Response
Currency of the series (single-currency MVP).
One bucket per UTC day across the requested window, zero-filled and ascending.
% change in Money-Out total vs the equal-length window immediately before it. Null when the prior window had no volume.