Cashflow
Monthly data about the cashflow of the user, computed from the transactions of their bank accounts.
The Cashflow's history is regardless of the month history current setting.
| Field | Type | Description |
|---|---|---|
| month | month | Month in question |
| balance | Money | Net cashflow for this month |
| inbound | Money | Total of positive transaction for this month |
| outbound | Money | Total of negative transaction for this month |
Endpoints
GET
/api/v6/users/{userId}/banking-cashflowReturns the monthly cashflow analysis computed from the user's bank transactions.