Indiana Overview
Indiana employers subject to unemployment insurance must file Form UC-1/5A (Employer's Quarterly Report) with the Indiana Department of Workforce Development (DWD). The report includes the employer's quarterly unemployment insurance contributions and wage information for covered employees.
The TaxBandits API supports automating Form UC-1/5A for Indiana UI reporting.
Forms supported
| Form | Type | Filing frequency | Due date |
|---|---|---|---|
| Form UC-1/5A | UI | Quarterly | Last day of the month following the quarter end |
Key compliance notes
- Quarterly filing. Employers liable for Indiana unemployment insurance must file Form UC-1/5A for each quarter.
- Wage reporting. The report requires employee-level wage information for the applicable quarter.
- UI contributions. Employers must report taxable wages and calculate the unemployment insurance contributions due based on Indiana requirements.
- Electronic filing. TaxBandits enables employers to prepare and electronically transmit the UC-1/5A through the Public API.
API endpoints
For Indiana UI reporting, the state-specific methods — Create, Update, and Get — are available for Form UC-1/5A. The utility methods — List, Delete, Transmit, RequestPdfUrls, and Status — are shared across state UI reporting.
Form UC-1/5A (Indiana UI)
- Create — Create a new UC-1/5A quarterly unemployment insurance report.
- Update — Update a UC-1/5A report that was created but not yet transmitted.
- Get — Retrieve the details of a created UC-1/5A report.
Common endpoints: For the remaining methods — List, Status, Transmit, RequestPdfUrls, and Delete — refer to the common endpoints shared across State Withholding and UI reporting.
Note: All endpoints require an OAuth 2.0 access token. Call the Auth method and pass the token as a Bearer token in the request header.
Testing & notifications
Before filing, you can simulate the entire verification flow in our Sandbox environment without submitting real data to state agencies.
As an alternative to polling the Status endpoint, you can configure a webhook for the Status Payroll Filings Status Change event type to receive automated status updates.