generate_cashflow_analytics_report
Create a cash flow analytics report for a customer to assess income, expenses, and spending trends from their financial accounts.
Instructions
Generate a Cash Flow Analytics report.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_type | No | personal | |
| account_ids | No | ||
| customer_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | True when the upstream HTTP status was < 400. | |
| data | No | Finicity's native response body. | |
| error | No | Error summary when ok is False. | |
| status_code | Yes | Upstream Finicity HTTP status code. |