This webhook is only sent to Plaid processor partners. Fired when recurring transactions data is updated. This includes when a new recurring stream is detected or when a new transaction is added to an existing recurring stream. The RECURRING_TRANSACTIONS_UPDATE
webhook will also fire when one or more attributes of the recurring stream changes, which is usually a result of the addition, update, or removal of transactions to the stream. After receipt of this webhook, the updated data can be fetched from /processor/transactions/recurring/get
.
Name | Type | Description | Notes |
---|---|---|---|
webhook_type | str | `TRANSACTIONS` | |
webhook_code | str | `RECURRING_TRANSACTIONS_UPDATE` | |
account_id | str | The ID of the account. | |
environment | WebhookEnvironmentValues | ||
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] |