Get State Tax Requirements

GET {{baseUrl}}/v1/companies/:company_uuid/tax_requirements/:state?scheduling=<boolean>

Get all tax requirements for a given state.

Metadata Examples

json select { "type": "select", "options": [ { "label": "Semiweekly", value: "Semi-weekly" }, { "label": "Monthly", value: "Monthly" }, { "label": "Quarterly", value: "Quarterly" }, ] } json radio { "type": "radio", "options": [ { "label": "No, we cannot reimburse", value: false, short_label: "Not Reimbursable" }, { "label": "Yes, we can reimburse", value: true, short_label: "Reimbursable" }, ] } json account_number { "type": "account_number", "mask": "######-##', "prefix": null } json tax_rate { "type": "tax_rate", "validation": { "type": "min_max", "min": "0.0004", "max": "0.081" } }

scope: company_tax_requirements:read

Request Params

KeyDatatypeRequiredDescription
schedulingstringWhen true, return "new" requirement sets with valid effective_from dates that are available to save new effective dated values.

HEADERS

KeyDatatypeRequiredDescription
X-Gusto-API-VersionstringDetermines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used.
Acceptstring

RESPONSES

status: OK

{&quot;company_uuid&quot;:&quot;6c14eac3-0da2-474d-bda1-786b3602d381&quot;,&quot;state&quot;:&quot;GA&quot;,&quot;requirement_sets&quot;:[{&quot;state&quot;:&quot;GA&quot;,&quot;key&quot;:&quot;registrations&quot;,&quot;label&quot;:&quot;Registrations&quot;,&quot;effective_from&quot;:null,&quot;requirements&quot;:[{&quot;key&quot;:&quot;71653ec0-00b5-4c66-a58b-22ecf21704c5&quot;,&quot;applicable_if&quot;:[],&quot;label&quot;:&quot;Withholding Number&quot;,&quot;description&quot;:&quot;If you have run payroll in the past in GA, find your withholding number on notices received from the Georgia Department of Revenue, or call the agency at (877) 423-6711. If you don’t have a number yet, you should \u003ca target=&#39;_blank&#39; data-bypass href=&#39;https://gtc.dor.ga.gov/_/#1&#39;\u003eregister the business online\u003c/a\u003e. The last two characters of your ID must be upper case letters.&quot;,&quot;value&quot;:&quot;1233214-AB&quot;,&quot;metadata&quot;:{&quot;type&quot;:&quot;text&quot;}},{&quot;key&quot;:&quot;6c0911ab-5860-412e-bdef-6437cd881df5&quot;,&quot;applicable_if&quot;:[],&quot;label&quot;:&quot;DOL Account Number&quot;,&quot;description&quot;:&quot;If you have run payroll in the past in GA, find your DOL account number on notices received from the Georgia Department of Labor, or call the agency at (404) 232-3300. If you don’t have an account number yet, please \u003ca target=&#39;_blank&#39; data-bypass href=&#39;https://support.gusto.com/hc/en-us/articles/210139038#registerdol&#39;\u003efollow the instructions here\u003c/a\u003e to register your business with the Georgia Dept. of Labor.&quot;,&quot;value&quot;:&quot;474747-88&quot;,&quot;metadata&quot;:{&quot;type&quot;:&quot;text&quot;}}]},{&quot;state&quot;:&quot;GA&quot;,&quot;key&quot;:&quot;taxrates&quot;,&quot;label&quot;:&quot;Tax Rates&quot;,&quot;effective_from&quot;:&quot;2022-01-01&quot;,&quot;requirements&quot;:[{&quot;key&quot;:&quot;e0ac2284-8d30-4100-ae23-f85f9574868b&quot;,&quot;applicable_if&quot;:[],&quot;label&quot;:&quot;Total Tax Rate&quot;,&quot;description&quot;:&quot;Haven&#39;t received your assigned rate yet? \u003ca target=&#39;_blank&#39; data-bypass href=&#39;https://support.gusto.com/article/106622236100000/State-unemployment-insurance-(SUI)-tax&#39;\u003eFind the new employer rate\u003c/a\u003e and enter it here.&quot;,&quot;value&quot;:&quot;0.05&quot;,&quot;metadata&quot;:{&quot;type&quot;:&quot;tax_rate&quot;,&quot;validation&quot;:{&quot;type&quot;:&quot;min_max&quot;,&quot;min&quot;:&quot;0.0004&quot;,&quot;max&quot;:&quot;0.081&quot;}}}]},{&quot;state&quot;:&quot;GA&quot;,&quot;key&quot;:&quot;depositschedules&quot;,&quot;label&quot;:&quot;Deposit Schedules&quot;,&quot;effective_from&quot;:&quot;2022-01-01&quot;,&quot;requirements&quot;:[{&quot;key&quot;:&quot;6ddfcbeb-94d3-4003-bfc2-8c6e1ca9f70c&quot;,&quot;applicable_if&quot;:[],&quot;label&quot;:&quot;Deposit Schedule&quot;,&quot;description&quot;:&quot;Georgia rejects payments made on the wrong schedule. GA employers receive their schedule on a registration verification letter after registering with the Georgia Dept. of Revenue. If you are unsure, call the agency at (877) 423-6711. If you did not register your business yet, please \u003ca target=&#39;_blank&#39; data-bypass href=&#39;https://gtc.dor.ga.gov/_/#2&#39;\u003eregister the business with the Georgia Dept. of Revenue\u003c/a\u003e.&quot;,&quot;value&quot;:&quot;Semi-weekly&quot;,&quot;metadata&quot;:{&quot;type&quot;:&quot;select&quot;,&quot;options&quot;:[{&quot;label&quot;:&quot;Semiweekly&quot;,&quot;value&quot;:&quot;Semi-weekly&quot;},{&quot;label&quot;:&quot;Monthly&quot;,&quot;value&quot;:&quot;Monthly&quot;},{&quot;label&quot;:&quot;Quarterly&quot;,&quot;value&quot;:&quot;Quarterly&quot;}]}}]}]}