Missouri
Missouri
Use this endpoint to submit Missouri's state reconciliation details along with your W-2 filing. You can provide these parameters in the StateReconData object while using the Create or Update endpoints of W-2, if applicable.
Request Body
| Field | Type | Description |
|---|---|---|
| MO | Object | Missouri state recon details. |
| MOW-3 | Object | Contains Missouri Recon Form MOW-3 details. |
| AccountNumber | String | Missouri state withholding ID number.Allowed values"99999998" |
| NumberOfW2 | Int | Number of Form W-2. |
| TotalMOTaxWithheldW2 | Number | Total Missouri tax withheld from Form W-2s. Size Range: 0-999999999.99 |
| ContactPersonName | String | Employer contact person name. |
| Title | String | Employer contact person title. |
Payload
Request JSON
| Sample | Description | Action |
|---|---|---|
| Sample 1 | Provides a standalone Missouri state reconciliation payload using Form MOW-3 details only. | |
| Sample 2 | Provides a complete Form W-2 create payload together with Missouri state reconciliation details in `StateReconData`. |
Request JSON (Sample -01 (Missouri State Recon Payload))
{
"MO": {
"MOW3": {
"AccountNumber": "99789671",
"NumberOfW2": 10,
"TotalMOTaxWithheldW2": 3445,
"ContactPersonName": "Hillary",
"Title": "President"
}
}
}