Reporting
List Transactions
A filtered read-model over Payout, projected to date / to-from / amount / account / derived-method / status, newest-first and paged by cursor. Narrow with any of beneficiary_id, status, and from/to date bounds (they compose); results are scoped to the caller’s Business and environment, so a foreign id yields an empty list.
GET
List the Transactions ledger for the current Business and environment
Authorizations
Cleff API key issued to a Business that self-registers via POST /v1/registration
Query Parameters
Available options:
pending_approval, approved, rejected, disbursed, failed, returned, canceled, settled, compliance_hold Inclusive lower bound on the transaction date (ISO-8601 date or timestamp).
Inclusive upper bound on the transaction date (ISO-8601 date or timestamp). A date-only value covers the whole day.