refresh_customer_accounts
Initiate a refresh of all financial accounts for a customer to update aggregated data.
Instructions
Trigger an aggregation refresh for all of a customer's accounts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. |