generate_voa_report
Generate a Verification of Assets (VOA) report for a customer, optionally filtering by accounts and date, to verify financial assets.
Instructions
Generate a Verification of Assets (VOA) report.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from_date | No | ||
| 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. |