generate_transactions_report
Generate a transactions report for a customer over a specified date range using epoch-second timestamps. Optionally filter by account IDs to focus on specific accounts.
Instructions
Generate a Transactions report over an epoch-second date range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to_date | Yes | ||
| from_date | Yes | ||
| 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. |