Fired when new transactions have been detected on an investment account.
Name | Type | Description | Notes |
---|---|---|---|
webhook_type | str | `INVESTMENTS_TRANSACTIONS` | |
webhook_code | str | `DEFAULT_UPDATE` | |
item_id | str | The `item_id` of the Item associated with this webhook, warning, or error | |
new_investments_transactions | float | The number of new transactions reported since the last time this webhook was fired. | |
canceled_investments_transactions | float | The number of canceled transactions reported since the last time this webhook was fired. | |
environment | WebhookEnvironmentValues | ||
error | PlaidError | [optional] | |
any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |