Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.66 KB

InitialUpdateWebhook.md

File metadata and controls

18 lines (13 loc) · 1.66 KB

InitialUpdateWebhook

Fired when an Item's initial transaction pull is completed. Once this webhook has been fired, transaction data for 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 `INITIAL_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 str, none_type The error code associated with the webhook. [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]