Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.18 KB

AssetsProductReadyWebhook.md

File metadata and controls

17 lines (12 loc) · 1.18 KB

AssetsProductReadyWebhook

Fired when the Asset Report has been generated and /asset_report/get is ready to be called. If you attempt to retrieve an Asset Report before this webhook has fired, you’ll receive a response with the HTTP status code 400 and a Plaid error code of PRODUCT_NOT_READY.

Properties

Name Type Description Notes
webhook_type str `ASSETS`
webhook_code str `PRODUCT_READY`
asset_report_id str The `asset_report_id` corresponding to the Asset Report the webhook has fired for.
environment WebhookEnvironmentValues
report_type str The report type, indicating whether the Asset Report is a `full` or `fast` report. [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]