The tax filing event object represents a transition in the status of a tax filing. When displayed together, tax filing events display an immutable event log that represent the lifecycle of a specific tax filing.
{
"id": "fev_jIFHhvyGN47ej1upyIT8",
"tax_filing": "flg_jIFHhvyGN47ej1upyIT8",
"status": "filed",
"created_at": "2023-04-12T21:32:44.957364Z",
"category": null,
"label": null,
"account_number": "123456789",
}
Attribute | Description |
---|---|
id string | Unique identifier for the tax filing event |
tax_filing | Unique identifier for the related tax filing. |
status | Status of the tax filing in its lifecycle. One of |
created_at | Datetime string (UTC, timezone aware) indicating when the tax filing event was created. |
category | Machine-readable category explaining the status. Populated when the status is |
label | Human-readable description of the |
account_number string | Company's tax ID submitted on the tax return that identifies the company to the tax agency |