Skip to main content
Version: 1.7.3

Overview

Florida has no state income tax, so there is no withholding requirement. Florida employers registered under the Reemployment Assistance Program must instead file Form RT-6 with the Florida Department of Revenue each quarter.

The TaxBandits API supports the automation of Form RT-6, Florida's quarterly reemployment (UI) tax return.

Forms supported

FormTypeFiling frequencyDue date
Form RT-6UIQuarterlyLast day of the month following the quarter end

Key compliance notes

  • No withholding filing. Florida has no state income tax; this endpoint covers reemployment (UI) tax only.
  • Wage base. Reemployment tax applies to the first $7,000 of each employee's wages per calendar year.
  • Zero filing required. Form RT-6 must be filed every quarter, even if no wages were paid or all wages are excess wages.

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 Florida's withholding Form RT-6.

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 RT-6 quarterly reemployment tax return for the specified quarter.

  • Update — Modifies the details of a previously created Form RT-6 return before it's transmitted.

  • Get — Retrieves the details of a previously created Form RT-6 return.