Changelog
12
/
18
/
25
Employee Tax Statement API: Publication + Delivery Fields (and filed_at Deprecation)
We’re updating the Employee Tax Statement API to give partners clearer visibility into statement publication status and physical delivery method.
New fields
published_at(nullable timestamp) — When the statement was published to the employee.publication_status(string) — Current statement state:draft(not yet published),pending_correction(publication held while corrections are pending), orpublished(available to the employee).delivery_method(nullable string) — How a physical copy will be delivered:manual(employer distributes) ormail(mailed by Check).mail_recipient(nullable string) — Whendelivery_methodismail, indicates who receives the mailed copy:employeeorcompany.
Deprecated fields
filed_atis deprecated. Partners should migrate topublished_atfor statement lifecycle timing going forward.