All Order events on this page also include these fields:
The following fields appear only in
order-created, order-status-updated, and order-refresh-failed:
order-created
Fires when an order is created, before any status transitions happen. Thelink_id, data_source, and employer_id fields are always null since the order hasn’t been linked yet, and status is always pending.
order-status-updated
Fires each time a suborder — a single employer or financial account — changes status. Unliketask-status-updated, it does not fire on individual login attempts.
order-status-updated tracks suborder status changes, not individual login attempts. To capture every connection attempt in real time, including failures, subscribe to task-status-updated events where the tracking_info field matches the employer_id from the Order.A new VOIE or VOA report ID is generated after every additional connection reaches
completed status.order-refresh-failed
Fires when a refresh task fails for an Order. Use this to detect refresh failures. Unlikelink-disconnected, this fires per-order and includes order context.