Skip to main content
Version: 1.7.3

CT

Request Body

FieldTypeDescription
CTobjectConnecticut state recon details.
    FormCTW3objectContains Connecticut Recon Form CT-W-3 details.
        CTWithHoldingIDstringConnecticut state withholding ID number.
Allowed values

"99999999 999", "999999999 999", "9999999999 999", "99 9999999"

        IsHouseHoldErBooleanWhen TRUE, identifies that the employer is a household employer.
        TotTaxWHnumberTotal CT Tax withheld from W-2.
Size Range: 0-999999999.99
        TotWagesnumberTotal wages reported as per W-2 statements.
Size Range: 0-999999999.99
        TotNumOfW2FormsintTotal number of W-2 forms.
        CTTaxWHobjectContains CT Income Tax Withheld from Wages for each Quarter.
            Qtr1number1st Quarter withholding.
Size Range: 0-999999999.99
            Qtr2number2nd Quarter withholding.
Size Range: 0-999999999.99
            Qtr3number3rd Quarter withholding.
Size Range: 0-999999999.99
            Qtr4number4th Quarter withholding.
Size Range: 0-999999999.99
            TotTaxWHnumberTotal withholding for all the quarters.
Size Range: 0-999999999.99

Request JSON

"CT": {
"FormCTW3": {
"CTWithHoldingID": "9999999999-999",
"IsHouseHoldEr": true,
"TotTaxWH": 501,
"TotWages": 1300,
"TotNumOfW2Forms": 1,
"CTTaxWH": {
"Qtr1": "126",
"Qtr2": "125",
"Qtr3": "125",
"Qtr4": "125",
"TotTaxWH": 501
}
}
}