Skip to main content
Version: 1.7.0

PA

Request Body

FieldTypeDescription
PAobjectPennsylvania state recon details.
    FormREV1667objectContains Pennsylvania Recon Form REV-1667 details.
        PAWithHoldingIDstringPennsylvania state withholding ID number.
Allowed values

"9999 9999", "99999999&quot

        NumOfW2eTIDESintTotal Number of W-2 forms submitted through e-TIDES upload and/or entry screen.
        NumOfW2OthersintTotal Number of W-2 forms submitted through other submission methods.
        NumOf1099ReTIDESintTotal Number of 1099-R forms submitted through e-TIDES upload and/or entry screen.
        NumOf1099ROthersintTotal Number of 1099-R forms submitted through other submission methods.
        NumOf1099NECMISCeTIDESintTotal Number of 1099-MISC and 1099-NEC forms submitted through e-TIDES upload and/or entry screen.
        NumOf1099NECMISCOthersintTotal Number of 1099-MISC and 1099-NEC forms submitted through other submission methods.
        TotWagesAndDistributionnumberTotal Compensation, Distribution and Other Income Subject to PA Withholding.
Size Range: 0-999999999.99
        TotTaxWHnumberTotal PA Income tax withheld.
Size Range: 0-999999999.99
        WagesAndDistributionobjectContains Quarterly Wages, Distributions and Other Income paid Subject to PA Withholding details.
            Qtr1number1st Quarter Wages, Distributions and Other Income paid Subject to PA Withholding.
Size Range: 0-999999999.99
            Qtr2number2nd Quarter Wages, Distributions and Other Income paid Subject to PA Withholding.
Size Range: 0-999999999.99
            Qtr3number3rd Quarter Wages, Distributions and Other Income paid Subject to PA Withholding.
Size Range: 0-999999999.99
            Qtr4number4th Quarter Wages, Distributions and Other Income paid Subject to PA Withholding.
Size Range: 0-999999999.99
            TotWagesAllQtrsnumberTotal Wages, Distributions and Other Income paid Subject to PA Withholding for all the quarters.
Size Range: 0-999999999.99
        TaxWHobjectContains Quarterly PA Tax Withholding details.
            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
            TotTaxWHAllQtrsnumberTotal withholding for all the quarters.
Size Range: 0-999999999.99

Request JSON

"PA": {
"FormREV1667": {
"PAWithHoldingID": 99999999,
"NumOfW2eTIDES":4,
"NumOfW2Others":4,
"NumOf1099ReTIDES":0,
"NumOf1099ROthers":4,
"NumOf1099NECMISCeTIDES":0,
"NumOf1099NECMISCOthers":0,
"TotWagesAndDistribution": 4000,
"TotTaxWH": 400,
"WagesAndDistribution": {
"Qtr1": "1000",
"Qtr2": "1000",
"Qtr3": "1000",
"Qtr4": "1000",
"TotWagesAllQtrs": 4000
},
"TaxWH": {
"Qtr1": "100",
"Qtr2": "100",
"Qtr3": "100",
"Qtr4": "100",
"TotTaxWHAllQtrs": 400
}
}
}