Skip to main content
Version: 1.7.3

Overview

Alaska does not levy a state income tax, so Alaska-style withholding does not apply. Alaska employers are instead liable for state Unemployment Insurance (UI) contributions, administered by the Alaska Department of Labor and Workforce Development, Employment Security Tax Division.

The TaxBandits API supports the automation of Form TQ01C, Alaska's quarterly UI contribution and wage report.

Forms supported

FormTypeFiling frequencyDue date
Form TQ01CUIQuarterlyLast day of the month following the quarter end

Alaska has no state income tax, so this state supports UI filings only through the API.

Key compliance notes

  • Shared contribution. Unlike most states, both the employer and the employee contribute to Alaska UI premiums; the employee's share is deducted from wages.
  • Zero filing required. A report must be filed every quarter, even if no wages were paid.

Before filing, you can simulate the entire verification flow in our Sandbox environment without submitting real data to state agencies. See how

Available endpoints

Each endpoint below is specific to Alaska's withholding Form TQ01C.

To use the following endpoints, you must first call the Auth method to obtain an access token. Include this token in your request header as a Bearer token. Refer to OAuth 2.0 Authentication for details on JWT-based authentication.

  • Create — Generates a new Form TQ01C quarterly UI contribution and wage report for the specified quarter.
  • Update — Modifies the details of a previously created Form TQ01C report before it's transmitted.
  • Get — Retrieves the details of a previously created Form TQ01C report.