GuidesAPI ReferenceChangelogAPI PolicyAPI StatusGusto Security

Get State Tax Requirements

Get all tax requirements for a given state.

Metadata Examples

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

scope: company_tax_requirements:read

Language
Authorization
Bearer
URL
Click Try It! to start a request and see the response here!