Create
Create
Use this endpoint to create a Minnesota Withholding Report for an employer (payer) to report the total Minnesota income tax withheld from employee wages for a specified calendar quarter and remit the corresponding withholding tax due to the Minnesota Department of Revenue.
The Minnesota Withholding Report must be filed every quarter, even if no tax is withheld or no wages were paid.
POST StateFilings/MNWH/Create Request Body
| Field | Type | Description |
|---|---|---|
| StateWHRecords | Object | Object to identify the records. |
| SequenceId | String | A unique identifier for this record. Size Range: ..50 |
| ReturnHeader | Object | Contains business information. |
| TaxYear | String | The tax year for which the Form MNWH is to be filed. Allowed values2025,2026 |
| Qtr | String | The quarter for which the Form MNWH is to be filed. Allowed values"Q1", "Q2", "Q3", "Q4" |
| Business | object | Object to identify the Business Details. |
| BusinessId | Guid | Optional Use the unique Business ID (Generated by TaxBandits) that you received in the response of the Business CREATE Endpoint. If you do not have a Business ID, ignore the field. By giving the Business ID, you do not have to provide all the business information again. |
| PayerRef | string | Optional Your unique identifier for the payer. Can replace BusinessId in future requests. Size Range: 50 |
| IsDefaultBusiness | Boolean | When set to TRUE, this business will be set as the default across requests that do not specify a business. |
| TINDetails | object | TIN information for the business. |
| Format | string | Specifies how the TIN is passed.Allowed values"PLAIN_TIN" — Pass TIN directly |
| TINType | string | Specify the TIN type of the business.Allowed values"EIN" |
| TIN | string | The TIN value according to the Format selected. |
| BusinessNm | string | Legal name of the business. Required when TINType is EIN. Size Range: 75 |
| NameCtrl | string | Name control of the business as registered with the IRS. Size Range: 4 |
| DBADetails | object | Optional DBA (Doing Business As) information. |
| DBANm | string | Name of the DBA. Size Range: 75 |
| DBARef | string | Unique identifier for the DBA. Size Range: 1-50 |
| DBAId | Guid | TaxBandits-generated DBA identifier. |
| Address | object | Address information of the DBA. |
| Address1 | string | Street address or PO Box. Size Range: 46 |
| Address2 | string | Optional Suite or apartment number. Size Range: 46 |
| City | string | DBA's city. Size Range: 50 |
| ProvinceOrState | string | DBA's province or state name. When the country code is US: Allowed values"AL", "AK", "AZ", "AR", "CA", "CO", "CT", "DE", "DC", "FL", "GA", "HI", "ID", "IL", "IN", "IA", "KS", "KY", "LA", "ME", "MD", "MA", "MI", "MN", "MS", "MO", "MT", "NE", "NV", "NH", "NJ", "NM", "NY", "NC", "ND", "OH", "OK", "OR", "PA", "RI", "SC", "SD", "TN", "TX", "UT", "VT", "VA", "WA", "WV", "WI", "WY", "AS", "FM", "GU", "MH", "MP", "PW", "PR", "VI", "AA", "AE", "AP" Allowed values"AB", "BC", "MB", "NB", "NL", "NT", "NS", "NU", "ON", "PE", "QC", "SK", "YT" |
| Zipcd | string | DBA's ZIP code. Size Range: 5-16 |
| Country | string | DBA's 2-character country code.Allowed values"US","AF", "AX", "AL", "AG", "AQ", "AN", "AO", "AV", "AY", "AC", "AR", "AM", "AA", "AT", "AS", "AU", "AJ", "BF", "BA", "FQ", "BG", "BB", "BO", "BE", "BH", "BN", "BD", "BT", "BL", "BK", "BC", "BV", "BR", "IO", "VI", "BX", "BU", "UV", "BM", "BY", "CB", "CM", "CA", "CV", "CJ", "CT", "CD", "CI", "CH", "KT", "IP", "CK", "CO", "CN", "CF", "CG", "CW", "CR", "CS", "IV", "HR", "CU", "UC", "CY", "EZ", "DA", "DX", "DJ", "DO", "DR", "TT", "EC", "EG", "ES", "EK", "ER", "EN", "ET", "FK", "FO", "FM", "FJ", "FI", "FR", "FP", "FS", "GB", "GA", "GG", "GM", "GH", "GI", "GR", "GL", "GJ", "GQ", "GT", "GK", "GV", "PU", "GY", "HA", "HM", "VT", "HO", "HK", "HQ", "HU", "IC", "IN", "ID", "IR", "IZ", "EI", "IS", "IT", "JM", "JN", "JA", "DQ", "JE", "JQ", "JO", "KZ", "KE", "KQ", "KR", "KN", "KS", "KV", "KU", "KG", "LA", "LG", "LE", "LT", "LI", "LY", "LS", "LH", "LU", "MC", "MK", "MA", "MI", "MY", "MV", "ML", "MT", "IM", "RM", "MR", "MP", "MX", "MQ", "MD", "MN", "MG", "MJ", "MH", "MO", "MZ", "WA", "NR", "BQ", "NP", "NL", "NC", "NZ", "NU", "NG", "NI", "NE", "NF", "CQ", "NO", "MU", "OC", "PK", "PS", "LQ", "PM", "PP", "PF", "PA", "PE", "RP", "PC", "PL", "PO", "RQ", "QA", "RO", "RS", "RW", "TB", "RN", "WS", "SM", "TP", "SA", "SG", "RI", "SE", "SL", "SN", "NN", "LO", "SI", "BP", "SO", "SF", "SX", "OD", "SP", "PG", "CE", "SH", "SC", "ST", "SB", "VC", "SU", "NS", "SV", "WZ", "SW", "SZ", "SY", "TW", "TI", "TZ", "TH", "TO", "TL", "TN", "TD", "TS", "TU", "TX", "TK", "TV", "UG", "UP", "AE", "UK", "UY", "UZ", "NH", "VE", "VM", "VQ", "WQ", "WF", "WI", "YM", "ZA", "ZI" |
| Address | object | Primary address of the business. |
| Address1 | string | Street address or PO Box of the business. Size Range: 46 |
| Address2 | string | Optional Suite or apartment number of the business. Size Range: 46 |
| City | string | City of the business. Size Range: 50 |
| ProvinceOrState | string | Province or state name of the business. When the country code is US: Allowed values"AL", "AK", "AZ", "AR", "CA", "CO", "CT", "DE", "DC", "FL", "GA", "HI", "ID", "IL", "IN", "IA", "KS", "KY", "LA", "ME", "MD", "MA", "MI", "MN", "MS", "MO", "MT", "NE", "NV", "NH", "NJ", "NM", "NY", "NC", "ND", "OH", "OK", "OR", "PA", "RI", "SC", "SD", "TN", "TX", "UT", "VT", "VA", "WA", "WV", "WI", "WY", "AS", "FM", "GU", "MH", "MP", "PW", "PR", "VI", "AA", "AE", "AP" Allowed values"AB", "BC", "MB", "NB", "NL", "NT", "NS", "NU", "ON", "PE", "QC", "SK", "YT" |
| ZipCd | string | ZIP code of the business. Size Range: 5-16 |
| Country | string | 2-character country code of the business. Allowed values"US","AF", "AX", "AL", "AG", "AQ", "AN", "AO", "AV", "AY", "AC", "AR", "AM", "AA", "AT", "AS", "AU", "AJ", "BF", "BA", "FQ", "BG", "BB", "BO", "BE", "BH", "BN", "BD", "BT", "BL", "BK", "BC", "BV", "BR", "IO", "VI", "BX", "BU", "UV", "BM", "BY", "CB", "CM", "CA", "CV", "CJ", "CT", "CD", "CI", "CH", "KT", "IP", "CK", "CO", "CN", "CF", "CG", "CW", "CR", "CS", "IV", "HR", "CU", "UC", "CY", "EZ", "DA", "DX", "DJ", "DO", "DR", "TT", "EC", "EG", "ES", "EK", "ER", "EN", "ET", "FK", "FO", "FM", "FJ", "FI", "FR", "FP", "FS", "GB", "GA", "GG", "GM", "GH", "GI", "GR", "GL", "GJ", "GQ", "GT", "GK", "GV", "PU", "GY", "HA", "HM", "VT", "HO", "HK", "HQ", "HU", "IC", "IN", "ID", "IR", "IZ", "EI", "IS", "IT", "JM", "JN", "JA", "DQ", "JE", "JQ", "JO", "KZ", "KE", "KQ", "KR", "KN", "KS", "KV", "KU", "KG", "LA", "LG", "LE", "LT", "LI", "LY", "LS", "LH", "LU", "MC", "MK", "MA", "MI", "MY", "MV", "ML", "MT", "IM", "RM", "MR", "MP", "MX", "MQ", "MD", "MN", "MG", "MJ", "MH", "MO", "MZ", "WA", "NR", "BQ", "NP", "NL", "NC", "NZ", "NU", "NG", "NI", "NE", "NF", "CQ", "NO", "MU", "OC", "PK", "PS", "LQ", "PM", "PP", "PF", "PA", "PE", "RP", "PC", "PL", "PO", "RQ", "QA", "RO", "RS", "RW", "TB", "RN", "WS", "SM", "TP", "SA", "SG", "RI", "SE", "SL", "SN", "NN", "LO", "SI", "BP", "SO", "SF", "SX", "OD", "SP", "PG", "CE", "SH", "SC", "ST", "SB", "VC", "SU", "NS", "SV", "WZ", "SW", "SZ", "SY", "TW", "TI", "TZ", "TH", "TO", "TL", "TN", "TD", "TS", "TU", "TX", "TK", "TV", "UG", "UP", "AE", "UK", "UY", "UZ", "NH", "VE", "VM", "VQ", "WQ", "WF", "WI", "YM", "ZA", "ZI" |
| ContactDetails | object | Details of the person the IRS can contact regarding the given business. |
| FirstNm | string | First name of the contact person. Size Range: 20 |
| MiddleNm | string | Optional Middle name of the contact person. Size Range: 20 |
| LastNm | string | Last name of the contact person. Size Range: 20 |
| Suffix | string | Optional The suffix of the contact person.Allowed values"Jr", "Sr", "I", "II", "III", "IV", "V", "VI", "VII" |
| Phone | string | Optional Phone number of the contact person. Size Range: 10 digits |
| PhoneExtn | string | Optional Phone extension number. Size Range: 5 |
| string | Optional Email address of the contact person. Size Range: ..100 | |
| Fax | string | Optional Fax number of the contact person. Size Range: 10 digits |
| BusinessType | String | Legal structure of the business. Allowed values"ESTE", "PART", "CORP", "EORG", "SPRO", "SLGOV" |
| SigningAuthority | Object | Details of the person authorized to sign the return. Mandatory for 94x forms. |
| FirstNm | String | First name of the signatory. Size Range: 20 |
| MiddleNm | String | Optional Middle name of the signatory. Size Range: 20 |
| LastNm | String | Last name of the signatory. Size Range: 20 |
| Suffix | String | Optional The suffix of the signatory. Allowed values"Jr", "Sr", "I", "II", "III", "IV", "V", "VI", "VII" |
| Phone | String | Optional Phone number of the signatory Size Range: 10 |
| PhoneExtn | String | Optional Phone extension number of the signatory. Size Range: 5 |
| BusinessMemberType | String | Optional Title or role of the signatory. Allowed values"CORPORATESECRETARY", "SECRETARYTREASURER", "PARTNER", "GENERALPARTNER", "LIMITEDPARTNER", "LLCMEMBER", "MANAGINGMEMBER", "MANAGER", "TAXMATTERPARTNER", "PRESIDENT", "VICEPRESIDENT", "CORPORATETREASURER", "TREASURER", "ASSISTANTTREASURER", "CHIEFACCOUNTINGOFFICER", "CHIEFEXECUTIVEOFFICER", "CHIEFFINANCIALOFFICER", "TAXOFFICER", "CHIEFOPERATINGOFFICER", "CORPORATEOFFICER", "EXECUTIVEDIRECTOR", "DIRECTOR", "CHAIRMAN", "EXECUTIVEADMINISTRATOR", "RECEIVER", "PASTOR", "ASSISTANTTORELIGIOUSLEADER", "REVEREND", "PRIEST", "MINISTER", "RABBI", "LEADEROFRELIGIOUSORGANIZATION", "SECRETARY", "DIRECTOROFTAXATION", "DIRECTOROFPERSONNEL", "ADMINISTRATOR", "EXECUTOR", "TRUSTEE", "FIDUCIARY", "OWNER", "SOLEPROPRIETOR", "MEMBER", "SOLEMEMBER", "REPORTINGAGENT" |
| ReturnData | Object | Contains the return information. |
| MNWHReport | Object | Identifies the Form MNWHdata. |
| FilingFrequency | string | Filing frequency of the Form MNWHReport Allowed values"QUARTERLY ", "ANNUAL" |
| WHIdNumber | String | Minnesota withholding file number.Sample Format: XXXXXXX Size Range: 7 |
| IsNoWageReporetd | boolean | When true, indicates that no wage is reported in this quarter. |
| NumberOfEmployees | Number | Identifies the total number of employees for the quarter. Size Range: 0-9999999 |
| TotalTaxWithheld | Number | Total tax withheld from all sources for the filing period Size Range: 0-999999999999.99 |
| TotalGrossWages | Number | Total Gross Wages for the filing period Size Range:0-999999999999.99 |
| TotalTaxPaid | Number | Total tax paid for the filing period Size Range:0-999999999999.99 |
| TotalWithheldDue | Number | Total tax Withheld due. Size Range: 0-999999999999.99 |
| OverPaymentRecoveryType | string | Gets the overpayment recovery type. Whether to have the state refund the excess amount or apply it to next return. Allowed values"REFUND", "CREDIT" |
| WithheldTaxliability | Object[] | Contains the withholding tax liability details for the filing period, including the liability date and corresponding amount. |
| Date | String | Specifies the date on which the withholding tax liability was incurred. Expected format: MM/DD/YYYY. |
| Amount | Number | Specifies the withholding tax liability amount for the corresponding date. Size Range: 0-999999999999.99 |
Response Body
| Field | Type | Description |
|---|---|---|
| SubmissionId | Guid | Unique identifier for a submission. |
| SuccessRecords | object[] | Provides detailed information about the success status of Form MNWH records. |
| SequenceId | string | A unique reference ID for the submission that can be used to identify a particular record. The Sequence ID will be returned in the response for your reference. |
| BusinessId | Guid | Unique identifier for the business (payer) generated by TaxBandits. |
| PayerRef | string | Unique identifier for the business (payer) provided by you. |
| RecordId | Guid | A unique identifier generated by TaxBandits when a Form MNWH return is created. |
| FormType | string | Type of form. |
| Status | string | Returns the record status. |
| StatusTs | string | Returns the date and time when the return was created. |
| Info | string | Provides additional information about the return. |
| Errors | object[] | Displays error information related to the state returns of Form MNWH. |
| Id | string | Returns the validation error ID. |
| Name | string | Name of the validation error. |
| ErrorRecords | object[] | Provides detailed information about the error status of Form MNWH records. |
| SequenceId | string | A unique reference ID for the submission that can be used to identify a particular record. The Sequence ID will be returned in the response for your reference. |
| RecordId | Guid | Unique identifier for the record. |
| Errors | object[] | Displays detailed error information. |
| Id | string | Returns the validation error ID. |
| Name | string | Name of the validation error. |
| Message | string | Description of the validation error. |
Request JSON
- Sample 1
- Sample 2
- Sample 3
- Sample 4
- Sample 5
- Sample 6
Business TIN as EIN and U.S. Business Address
{
"StateWHRecords": [
{
"SequenceId": "001",
"ReturnHeader": {
"Qtr": "Q2",
"TaxYear": "2026",
"Business": {
"IsDefaultBusiness": true,
"PayerRef": "2026",
"TINDetails": {
"Format": "PLAIN_TIN",
"TINType": "EIN",
"TIN": "452270816"
},
"BusinessNm": "Snowdaze LLC",
"NameCtrl": "FIRE",
"DBADetails": {
"DBANm": "Iceberg Icecreams",
"DBARef": "DBA1001",
"DBAId": null,
"IsDefaultDBA": true,
"Address": {
"Address1": "123 Main St",
"Address2": "Suite 1001",
"City": "Rock Hill",
"ProvinceOrState": "MN",
"ZipCd": "55001",
"Country": "US"
}
},
"Address": {
"Address1": "123 Main St",
"Address2": "Suite 1001",
"City": "Rock Hill",
"ProvinceOrState": "MN",
"ZipCd": "55001",
"Country": "US"
},
"ContactDetails": {
"FirstNm": "James",
"MiddleNm": "A",
"LastNm": "Anderson",
"Suffix": "Jr",
"Phone": "8035551234",
"PhoneExtn": "101",
"Email": "contact@sample.com",
"Fax": "8035555678"
},
"BusinessType": "ESTE",
"SigningAuthority": {
"FirstNm": "Ambrane",
"MiddleNm": "A",
"LastNm": "Cavil",
"Suffix": "Jr",
"Phone": "8035551000",
"PhoneExtn": "12345",
"BusinessMemberType": "ADMINISTRATOR"
}
}
},
"ReturnData": {
"MNWHReport": {
"FilingFrequency": "QUARTERLY",
"WHIdNumber": "5824512",
"IsNoWageReported": false,
"NumberOfEmployees": 10,
"TotalGrossWages": 5000,
"TotalTaxWithheld": 1000,
"TotalTaxPaid": 400,
"TotalWithheldDue": 600,
"OverPaymentRecoveryType": null,
"WithheldTaxLiability": [
{
"Date": "05/21/2026",
"Amount": "1000.00"
}
]
}
}
}
]
}
Business TIN as EIN and Foreign Address
{
"StateWHRecords": [
{
"SequenceId": "001",
"ReturnHeader": {
"Qtr": "Q2",
"TaxYear": "2026",
"Business": {
"IsDefaultBusiness": true,
"PayerRef": "202446",
"TINDetails": {
"Format": "PLAIN_TIN",
"TINType": "EIN",
"TIN": "452270826"
},
"BusinessNm": "Snowdaze LLC",
"NameCtrl": "FIRE",
"DBADetails": {
"DBANm": "Iceberg Icecreams",
"DBARef": "DBA1001",
"DBAId": null,
"IsDefaultDBA": true,
"Address": {
"Address1": "123 Business Road",
"Address2": "Building 10",
"City": "Toronto",
"ProvinceOrState": "ON",
"ZipCd": "M5V2T6",
"Country": "CA"
}
},
"Address": {
"Address1": "123 Business Road",
"Address2": "Building 10",
"City": "Toronto",
"ProvinceOrState": "ON",
"ZipCd": "M5V2T6",
"Country": "CA"
},
"ContactDetails": {
"FirstNm": "James",
"MiddleNm": "A",
"LastNm": "Anderson",
"Suffix": "Jr",
"Phone": "8035551234",
"PhoneExtn": "101",
"Email": "contact@sample.com",
"Fax": "8035555678"
},
"BusinessType": "ESTE",
"SigningAuthority": {
"FirstNm": "Ambrane",
"MiddleNm": "A",
"LastNm": "Cavil",
"Suffix": "Jr",
"Phone": "8035551000",
"PhoneExtn": "12345",
"BusinessMemberType": "ADMINISTRATOR"
}
}
},
"ReturnData": {
"MNWHReport": {
"FilingFrequency": "QUARTERLY",
"WHIdNumber": "5824512",
"IsNoWageReported": false,
"NumberOfEmployees": 10,
"TotalGrossWages": 5000,
"TotalTaxWithheld": 1000,
"TotalTaxPaid": 400,
"TotalWithheldDue": 600,
"OverPaymentRecoveryType": null,
"WithheldTaxLiability": [
{
"Date": "05/21/2026",
"Amount": "1000.00"
}
]
}
}
}
]
}
IsNoWageRptd as true
{
"StateWHRecords": [
{
"SequenceId": "001",
"ReturnHeader": {
"Qtr": "Q2",
"TaxYear": "204426",
"Business": {
"IsDefaultBusiness": true,
"PayerRef": "2026",
"TINDetails": {
"Format": "PLAIN_TIN",
"TINType": "EIN",
"TIN": "452270876"
},
"BusinessNm": "Snowdaze LLC",
"NameCtrl": "FIRE",
"DBADetails": {
"DBANm": "Iceberg Icecreams",
"DBARef": "DBA1001",
"DBAId": null,
"IsDefaultDBA": true,
"Address": {
"Address1": "123 Business Road",
"Address2": "Building 10",
"City": "Toronto",
"ProvinceOrState": "ON",
"ZipCd": "M5V2T6",
"Country": "CA"
}
},
"Address": {
"Address1": "123 Business Road",
"Address2": "Building 10",
"City": "Toronto",
"ProvinceOrState": "ON",
"ZipCd": "M5V2T6",
"Country": "CA"
},
"ContactDetails": {
"FirstNm": "James",
"MiddleNm": "A",
"LastNm": "Anderson",
"Suffix": "Jr",
"Phone": "8035551234",
"PhoneExtn": "101",
"Email": "contact@sample.com",
"Fax": "8035555678"
},
"BusinessType": "ESTE",
"SigningAuthority": {
"FirstNm": "Ambrane",
"MiddleNm": "A",
"LastNm": "Cavil",
"Suffix": "Jr",
"Phone": "8035551000",
"PhoneExtn": "12345",
"BusinessMemberType": "ADMINISTRATOR"
}
}
},
"ReturnData": {
"MNWHReport": {
"FilingFrequency": "QUARTERLY",
"WHIdNumber": "5824512",
"IsNoWageReported": true,
"NumberOfEmployees": 0,
"TotalGrossWages": 0,
"TotalTaxWithheld": 0,
"TotalTaxPaid": 0,
"TotalWithheldDue": 0,
"OverPaymentRecoveryType": null,
"WithheldTaxLiability": null
}
}
}
]
}
Return with filling frequency as ANNUAL
{
"StateWHRecords": [
{
"SequenceId": "001",
"ReturnHeader": {
"Qtr": "Q2",
"TaxYear": "2026",
"Business": {
"IsDefaultBusiness": true,
"PayerRef": "2026",
"TINDetails": {
"Format": "PLAIN_TIN",
"TINType": "EIN",
"TIN": "332270826"
},
"BusinessNm": "Snowdaze LLC",
"NameCtrl": "FIRE",
"DBADetails": {
"DBANm": "Iceberg Icecreams",
"DBARef": "DBA1001",
"DBAId": null,
"IsDefaultDBA": true,
"Address": {
"Address1": "123 Business Road",
"Address2": "Building 10",
"City": "Toronto",
"ProvinceOrState": "ON",
"ZipCd": "M5V2T6",
"Country": "CA"
}
},
"Address": {
"Address1": "123 Business Road",
"Address2": "Building 10",
"City": "Toronto",
"ProvinceOrState": "ON",
"ZipCd": "M5V2T6",
"Country": "CA"
},
"ContactDetails": {
"FirstNm": "James",
"MiddleNm": "A",
"LastNm": "Anderson",
"Suffix": "Jr",
"Phone": "8035551234",
"PhoneExtn": "101",
"Email": "contact@sample.com",
"Fax": "8035555678"
},
"BusinessType": "ESTE",
"SigningAuthority": {
"FirstNm": "Ambrane",
"MiddleNm": "A",
"LastNm": "Cavil",
"Suffix": "Jr",
"Phone": "8035551000",
"PhoneExtn": "12345",
"BusinessMemberType": "ADMINISTRATOR"
}
}
},
"ReturnData": {
"MNWHReport": {
"FilingFrequency": "ANNUAL",
"WHIdNumber": "5824512",
"IsNoWageReported": false,
"NumberOfEmployees": 10,
"TotalGrossWages": 5000,
"TotalTaxWithheld": 1000,
"TotalTaxPaid": 400,
"TotalWithheldDue": 600,
"OverPaymentRecoveryType": null,
"WithheldTaxLiability": [
{
"Date": "05/21/2026",
"Amount": "1000.00"
}
]
}
}
}
]
}
Return with OverPaymentRecoveryType as Refund
{
"StateWHRecords": [
{
"SequenceId": "001",
"ReturnHeader": {
"Qtr": "Q2",
"TaxYear": "2026",
"Business": {
"IsDefaultBusiness": true,
"TINDetails": {
"Format": "PLAIN_TIN",
"TINType": "EIN",
"TIN": "452270996"
},
"BusinessNm": "Snowdaze LLC",
"NameCtrl": "FIRE",
"DBADetails": {
"DBANm": "Iceberg Icecreams",
"DBARef": "DBA1001",
"DBAId": null,
"IsDefaultDBA": true,
"Address": {
"Address1": "123 Main St",
"Address2": "Suite 1001",
"City": "Rock Hill",
"ProvinceOrState": "MN",
"ZipCd": "55001",
"Country": "US"
}
},
"Address": {
"Address1": "123 Main St",
"Address2": "Suite 1001",
"City": "Rock Hill",
"ProvinceOrState": "MN",
"ZipCd": "55001",
"Country": "US"
},
"ContactDetails": {
"FirstNm": "James",
"MiddleNm": "A",
"LastNm": "Anderson",
"Suffix": "Jr",
"Phone": "8035551234",
"PhoneExtn": "101",
"Email": "contact@snowdaze.com",
"Fax": "8035555678"
},
"BusinessType": "ESTE",
"SigningAuthority": {
"FirstNm": "Ambrane",
"MiddleNm": "A",
"LastNm": "Cavil",
"Suffix": "Jr",
"Phone": "8035551000",
"PhoneExtn": "12345",
"BusinessMemberType": "ADMINISTRATOR"
}
}
},
"ReturnData": {
"MNWHReport": {
"FilingFrequency": "QUARTERLY",
"WHIdNumber": 5824512,
"IsNoWageReported": false,
"NumberOfEmployees": 2,
"TotalGrossWages": 5000,
"TotalTaxWithheld": 1000,
"TotalTaxPaid": 2000,
"TotalWithheldDue": -1000,
"OverPaymentRecoveryType": "Refund",
"WithheldTaxLiability": [
{
"Date": "05/21/2026",
"Amount": 1000
}
]
}
}
}
]
}
Multiple Minnesota WH forms in single payload
{
"StateWHRecords": [
{
"SequenceId": "001",
"ReturnHeader": {
"Qtr": "Q2",
"TaxYear": "2026",
"Business": {
"IsDefaultBusiness": true,
"TINDetails": {
"Format": "PLAIN_TIN",
"TINType": "EIN",
"TIN": "567345263"
},
"BusinessNm": "Snowdaze LLC",
"NameCtrl": "FIRE",
"DBADetails": null,
"Address": {
"Address1": "123 Main St",
"Address2": "Suite 1001",
"City": "Rock Hill",
"ProvinceOrState": "MN",
"ZipCd": "55001",
"Country": "US"
},
"ContactDetails": {
"FirstNm": "James",
"MiddleNm": "A",
"LastNm": "Anderson",
"Suffix": "Jr",
"Phone": "8035551234",
"PhoneExtn": "101",
"Email": "contact@snowdaze.com",
"Fax": "8035555678"
},
"BusinessType": "ESTE",
"SigningAuthority": {
"FirstNm": "Ambrane",
"MiddleNm": "A",
"LastNm": "Cavil",
"Suffix": "Jr",
"Phone": "8035551000",
"PhoneExtn": "12345",
"BusinessMemberType": "ADMINISTRATOR"
}
}
},
"ReturnData": {
"MNWHReport": {
"FilingFrequency": "ANNUAL",
"WHIdNumber": 5824512,
"IsNoWageReported": false,
"NumberOfEmployees": 2,
"TotalGrossWages": 5000,
"TotalTaxWithheld": 1000,
"TotalTaxPaid": 2000,
"TotalWithheldDue": -1000,
"OverPaymentRecoveryType": "Refund",
"WithheldTaxLiability": [
{
"Date": "05/21/2026",
"Amount": 1000
}
]
}
}
}, {
"SequenceId": "002",
"ReturnHeader": {
"Qtr": "Q2",
"TaxYear": "2026",
"Business": {
"IsDefaultBusiness": true,
"TINDetails": {
"Format": "PLAIN_TIN",
"TINType": "EIN",
"TIN": "565645263"
},
"BusinessNm": "Snowdaze LLC",
"NameCtrl": "FIRE",
"DBADetails": null,
"Address": {
"Address1": "123 Main St",
"Address2": "Suite 1001",
"City": "Rock Hill",
"ProvinceOrState": "MN",
"ZipCd": "55001",
"Country": "US"
},
"ContactDetails": {
"FirstNm": "James",
"MiddleNm": "A",
"LastNm": "Anderson",
"Suffix": "Jr",
"Phone": "8035551234",
"PhoneExtn": "101",
"Email": "contact@snowdaze.com",
"Fax": "8035555678"
},
"BusinessType": "ESTE",
"SigningAuthority": {
"FirstNm": "Ambrane",
"MiddleNm": "A",
"LastNm": "Cavil",
"Suffix": "Jr",
"Phone": "8035551000",
"PhoneExtn": "12345",
"BusinessMemberType": "ADMINISTRATOR"
}
}
},
"ReturnData": {
"MNWHReport": {
"FilingFrequency": "ANNUAL",
"WHIdNumber": 5824512,
"IsNoWageReported": false,
"NumberOfEmployees": 2,
"TotalGrossWages": 5000,
"TotalTaxWithheld": 1000,
"TotalTaxPaid": 2000,
"TotalWithheldDue": -1000,
"OverPaymentRecoveryType": "Refund",
"WithheldTaxLiability": [
{
"Date": "05/21/2026",
"Amount": 1000
}
]
}
}
}
]
}
Response JSON
- 200
- 400
- 401
Success Response - This is a sample response for successful API requests.
{
"SubmissionId": "01a01f04-5db4-7559-8aa7-b0d84d1be0c0",
"SuccessRecords": [
{
"SequenceId": "001",
"BusinessId": "6c173fe1-141c-4737-a621-8fa511cb6a26",
"PayerRef": null,
"RecordId": "01a01f04-5ece-7658-9c42-81d1df5bfbdb",
"FormType": "MNQWTH",
"Status": "CREATED",
"StatusTs": "2026-08-20 07:52:55 -04:00",
"Info": null,
"Errors": null
}
],
"ErrorRecords": null,
"Errors": null
}
Bad Request Response - You'll get the below response when your API requests contain any validation errors.
{
"SubmissionId": null,
"SuccessRecords": null,
"ErrorRecords": [
{
"SequenceId": "001",
"RecordId": null,
"Errors": [
{
"Id": "S00-003237",
"Name": "StateWHRecords[0].ReturnData.MNWHReport.WhTaxliab[0].Date",
"Message": "Invalid Payroll Date. The value should be in the range of the filing period."
}
]
}
],
"Errors": null
}
Unauthorized Response - You'll get the below response when your API requests don't contain valid authentication credentials.
{
"Errors": [
{
"Id": "AUTH-100018",
"Name": "Authorization",
"Message": "JWT EXPIRED"
}
]
}