Skip to main content
Version: 1.7.1

MD

Request Body

FieldTypeDescription
    MDobjectMaryland state recon details.
        FormMW508objectContains Maryland Recon Form MW508 details.
            MDWithHoldingIDstringMaryland state withholding ID number.
Allowed values

"99999999&quot

            NAICSCdstringNorth American Industry Classification System(NAICS Code).
Size Range: 6
            NumOfW2FormsintNumber of W-2 Forms.
            NumOf1099FormsintNumber of 1099 Forms.
            NumOf1099W2FormsintTotal number of W-2 and 1099 forms.
            TotWagesW2numberTotal wages as per W-2.
Size Range: 0-999999999.99
            TotTaxWHW2numberTotal tax withheld as per W-2.
Size Range: 0-999999999.99
            TotTaxWH1099numberTotal tax withheld as per 1099.
Size Range: 0-999999999.99
            TotTaxWH1099W2numberTotal tax withheld as per W-2 and 1099.
Size Range: 0-999999999.99
            TotalTaxWHnumberTotal tax withheld.
Size Range: 0-999999999.99
            TaxReportedMW506numberTotal tax reported as per MW506.
Size Range: 0-999999999.99
            TaxExemptCreditMW508CRnumberTotal tax exempt credit claimed from MW508CR.
Size Range: 0-999999999.99
            TotalWHTaxPaidnumberTotal withholding tax paid.
Size Range: 0-999999999.99
            TotalTaxDuenumberEnter Balance Due if total tax withheld is more than total tax paid.
Size Range: 0-999999999.99
            OverpaymentAmtnumberEnter Overpayment if total tax paid is more than total tax withheld.
Size Range: 0-999999999.99
            OverpaymentRefundAmtnumberEnter the amount of Overpayment to be applied as credit to your account.
Size Range: 0-999999999.99
            OverpaymentCreditAmtnumberEnter the amount of Overpayment to be refunded.
Size Range: 0-999999999.99
            TotStatePickUpAmountnumberEnter total employer state pickup amount.
Size Range: 0-999999999.99
            IsCompleteFilingBooleanWhen TRUE, identifies that this is a complete filing and no more W-2s or 1099s will be filed.
            IsAdditional1099BooleanWhen TRUE, identifies that you will be submitting additional 1099s.
            IsAdditionalW2BooleanWhen TRUE, identifies that you will be submitting additional W-2s.
            EmployerRepobjectContains Employer representative information.
                NamestringRepresentative Name.
                TitlestringRepresentative Title.
                PhNostringRepresentative Phone number.
Size Range: 10

Request JSON

"MD": {
"FormMW508": {
"MDWithHoldingID": 99999997,
"NAICSCd": 2567,
"NumOfW2Forms": 50,
"NumOf1099Forms": 50,
"NumOfW21099Forms": 100,
"TotWagesW2": 500,
"TotTaxWHW2": 100,
"TotTaxWH1099": 100,
"TotTaxWH1099W2": 200,
"TotTaxWH": 508,
"TaxReportedMW506": 200,
"TaxExemptCreditMW508CR": 50,
"TotWHTaxPaid": 50,
"TotTaxDue": 100,
"OverpaymentAmt": 100,
"OverpaymentRefundAmt": 50,
"OverpaymentCreditAmt": 50,
"TotStatePickUpAmount": "103",
"IsCompleteFiling": true,
"IsAdditional1099": true,
"IsAdditionalW2": true,
"EmployerRep": {
"Name": "Pravin",
"Title": "Business",
"PhNo": "7897894567"
}
}
}