Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.72 KB

HistoricalUpdateWebhook.md

File metadata and controls

18 lines (13 loc) · 1.72 KB

HistoricalUpdateWebhook

Fired when an Item's historical transaction pull is completed and Plaid has prepared as much historical transaction data as possible for the Item. Once this webhook has been fired, transaction data beyond the most recent 30 days can be fetched for the Item. If Account Select v2 is enabled, this webhook will also be fired if account selections for the Item are updated, with new_transactions set to the number of net new transactions pulled after the account selection update. This webhook is intended for use with /transactions/get; if you are using the newer /transactions/sync endpoint, this webhook will still be fired to maintain backwards compatibility, but it is recommended to listen for and respond to the SYNC_UPDATES_AVAILABLE webhook instead.

Properties

Name Type Description Notes
webhook_type str `TRANSACTIONS`
webhook_code str `HISTORICAL_UPDATE`
new_transactions float The number of new, unfetched transactions available
item_id str The `item_id` of the Item associated with this webhook, warning, or error
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]

[Back to Model list] [Back to API list] [Back to README]