generate_cash_flow_business_report
Create a cash flow report for a business using customer ID and optional account IDs to assess income and expenses.
Instructions
Generate a business Cash Flow report.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. |