get_customer_transactions
Retrieve transaction history for a customer across all their accounts within a specified date range using epoch seconds.
Instructions
Get transactions across all of a customer's accounts. Dates are epoch seconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| start | No | ||
| to_date | Yes | ||
| from_date | Yes | ||
| 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. |