Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.42 KB

ProcessorDefaultUpdateWebhook.md

File metadata and controls

18 lines (13 loc) · 1.42 KB

ProcessorDefaultUpdateWebhook

This webhook is only sent to Plaid processor partners. Fired when new transaction data is available for an Item. Plaid will typically check for new transaction data several times a day. This webhook is intended for use with /processor/transactions/get; if you are using the newer /processor/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 `DEFAULT_UPDATE`
new_transactions float The number of new transactions detected since the last time this webhook was fired.
account_id str The ID of the account.
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]