VT
VT
Request Body
| Field | Type | Description |
|---|---|---|
| VT | object | Vermont state recon details. |
| FormWHT434 | object | Contains Vermont Recon Form WHT-434 details. |
| VTWithHoldingID | string | Vermont state withholding ID number. Allowed format: "WHT12345678" |
| PayFreq | string | Payment frequency. Allowed values"SemiWeekly", "Monthly", "Quarterly" |
| IsBusinessCeasedWantToCloseAcc | Boolean | When TRUE, identifies that the business has ceased and you would like your account closed. |
| BusinessCeaseDate | string | Business cease date. |
| IsReportingSickPay | Boolean | When TRUE, identifies that you are reporting sick pay. |
| AggErHealthInsCoverage | number | Aggregate cost of applicable employer-sponsored health insurance coverage. Size Range: 0-999999999.99 |
| TotNumOfW2Forms | int | Number of W-2 forms. |
| TotWagesPerW2 | number | Total wages paid as per W-2. Size Range: 0-999999999.99 |
| TaxWHPerW2 | number | Total tax withheld as per W-2. Size Range: 0-999999999.99 |
| TotNumOf1099Forms | int | Number of 1099 forms. |
| Tot1099Payments | number | Total payments as per 1099 forms. Size Range: 0-999999999.99 |
| TaxWHPer1099 | number | Total tax withheld as per 1099 forms. Size Range: 0-999999999.99 |
| TotTaxWH | number | Total Vermont tax withheld. Size Range: 0-999999999.99 |
Request JSON
"VT": {
"FormWHT434": {
"VTWithHoldingID": "WHT98765101",
"PayFreq": "Monthly",
"IsBusinessCeasedWantToCloseAcc": "True",
"BusinessCeaseDate": "07/10/2021",
"IsReportingSickPay": "True",
"AggErHealthInsCoverage": 210,
"TotNumOfW2Forms": 15,
"TotWagesPerW2": 1000,
"TaxWHPerW2": 200,
"TotNumOf1099Forms": 16,
"Tot1099Payments": 1000,
"TaxWHPer1099": 201,
"TotTaxWH": 401
}
}