Skip to main content
Version: 1.7.3

PA

Here are the state recon fields specific to Pennsylvania. You can provide these parameters in the object 'StateReconData' while using the 'Create' or 'Update' endpoints of 1099-NEC, if applicable.

Request Body

FieldTypeDescription
PAobjectPennsylvania state recon details.
   FormREV1667objectContains Pennsylvania Recon Form REV-1667 details.
      PAWithHoldingIDstringPennsylvania state withholding ID number.
Size Range: 8 or 11
      NumOfW2myPATHintTotal Number of W-2 forms submitted through myPATH portal.

Note: TaxBandits will process the completed Form REV 1667 only through myPATH filing portal
      NumOfW2OthersintTotal Number of W-2 forms submitted through other submission methods.
      NumOf1099RmyPATHintTotal Number of 1099-R forms submitted through myPATH portal.

Note: TaxBandits will process the completed Form REV 1667 only through myPATH filing portal
      NumOf1099ROthersintTotal Number of 1099-R forms submitted through other submission methods.
      NumOf1099NECMISCmyPATHintTotal Number of 1099-MISC and 1099-NEC forms submitted through myPATH portal.

Note: TaxBandits will process the completed Form REV 1667 only through myPATH filing portal
      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": 94839489,
"NumOfW2myPATH":0,
"NumOfW2Others":0,
"NumOf1099RmyPATH":2,
"NumOf1099ROthers":0,
"NumOf1099NECMISCmyPATH":0,
"NumOf1099NECMISCOthers":0,
"TotWagesAndDistribution": 0,
"TotTaxWH": 400,
"WagesAndDistribution": {
"Qtr1": 0,
"Qtr2": 0,
"Qtr3": 0,
"Qtr4": 0,
"TotWagesAllQtrs": 0
},
"TaxWH": {
"Qtr1": 100,
"Qtr2": 100,
"Qtr3": 100,
"Qtr4": 100,
"TotTaxWHAllQtrs": 400
}
}
}