Skip to main content
Version: 2.0.0

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

FieldTypeDescription
MOObjectMissouri state recon details.
MOW-3ObjectContains Missouri Recon Form MOW-3 details.
AccountNumberStringMissouri state withholding ID number.
Allowed values

"99999998"

NumberOfW2IntNumber of Form W-2.
TotalMOTaxWithheldW2NumberTotal Missouri tax withheld from Form W-2s.
Size Range: 0-999999999.99
ContactPersonNameStringEmployer contact person name.
TitleStringEmployer contact person title.
Request JSON
SampleDescriptionAction
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"
}
}
}