Depending on applicable regulations or business limitations, specific API requests may not be available for your use.
Get State Tax Withholding Info
This utility provides state tax withholding rules for a specific state. See State Income Tax table for more information.
Request URL
Syntax | GET /restapi/utils/statetaxinfo/{state} |
---|---|
Example URL | https://api.uat.foliofn.com/restapi/utils/statetaxinfo/MD |
Response Data Fields
Field | Type | Description |
---|---|---|
maximum | String | The maximum amount to be withheld to the state in percentage. |
percentage | String | The minimum amount to be withheld to the state in percentage if the state has a minimum. |
rulecode | String | NOT_AVAILABLE - This state does not allow for withholding. VOLUNTARY_STATE - This state allows voluntary withholding. REQUIRED_IF_HAS_FEDERAL - If you elect to have Federal Income Tax withheld, we are required to withhold State Income Tax. If you do not elect to have federal income tax withheld, you may optionally elect to have State Income Tax withheld. SPECIFICALLY_ELECT_NO_STATE - This state allows to withhold if you elect to have Federal income tax unless you specifically elect not to have State Income Tax withheld. |
state | String | The state abbreviation. |
Response Example
HTTP/1.1 200 OK
Date: XXX
Content-Type: application/json
Content-Language: en
{
"maximum" : "100.0",
"percentage" : "0.0",
"rulecode" : "VOLUNTARY_STATE",
"state" : "MD"
}
Change Log
03/12/2020
- Remove extra spaces, especially at the bottom
12/02/2016
- New documentation