> ## Documentation Index
> Fetch the complete documentation index at: https://docs.symmetry.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Required taxes

> How Payroll Point uses home and work locations, employer nexus, reciprocity, and courtesy withholding to decide which state taxes are required for an employee.

Every Payroll Point lookup starts with two things: where the employee lives and where they work. When those are the same place, determination is straightforward. When they differ, three factors decide which state taxes are actually required: residency, employer nexus, and whether a tax is merely available for courtesy withholding.

## Home and work locations

A lookup takes one home location and one or more work locations.

| Location | What it establishes                                                                             |
| -------- | ----------------------------------------------------------------------------------------------- |
| **Home** | The employee's residency. Resident-state taxes are evaluated against this address.              |
| **Work** | Where the work is performed. Nonresident and local taxes are evaluated against these addresses. |

Each returned tax is marked resident or nonresident so you can see which location it came from. An employee working across several locations can have taxes from each, which is why the API accepts an array of work locations rather than a single one.

## Nexus

In the U.S., nexus means an employer has sufficient business presence in a state to be subject to that state's income tax withholding requirements. An employer typically has nexus if it owns property, earns income, or has employees performing work in that state.

Because nexus rules vary by jurisdiction, Payroll Point asks whether the employer has nexus in the employee's home state on every lookup. The work state isn't in question, since having an employee working there generally establishes nexus already.

Nexus changes what comes back:

| Nexus in the home state | Effect on results                                                                         |
| ----------------------- | ----------------------------------------------------------------------------------------- |
| **Yes**                 | Home-state taxes are included as required, alongside work-state taxes                     |
| **No**                  | Home-state income tax is not required, and only work-state taxes are returned as required |

If the value is left blank, Payroll Point assumes the employer does not have nexus in the home state.

<Note>
  Nexus is one factor among several. Payroll Point also evaluates reciprocal agreements, nonresident withholding rules, and other state-specific policies. See [Reciprocity and nonresident certificates](/prp/core-concepts/reciprocity-and-nonresident-certificates).
</Note>

### Example: nexus changes the result

An employee lives in Delaware and works in Pennsylvania. The two states have no reciprocity agreement, so the employee may be subject to income tax in both. Delaware taxes residents on out-of-state wages, and Pennsylvania taxes nonresidents on income earned there.

<img src="https://mintcdn.com/symmetry-prod/iQnpDJuhlimWxDgw/prp/assets/images/38785015119380.jpg?fit=max&auto=format&n=iQnpDJuhlimWxDgw&q=85&s=b14059514934d5e6cc6016f68ba5a72f" alt="Payroll Point results for a Delaware resident working in Pennsylvania" width="1121" height="208" data-path="prp/assets/images/38785015119380.jpg" />

Without nexus in Delaware, the home state is excluded and only Pennsylvania taxes are required:

* Pennsylvania SUI, nonresident
* Pennsylvania State Tax, nonresident

With nexus in Delaware, the home state is included and the employee is subject to both resident and nonresident taxes:

* Pennsylvania SUI, nonresident
* Pennsylvania State Tax, nonresident
* Delaware State Tax, resident

The [multi-state SIT withholding](/ste/taxes/state/multi-state-sit-withholding#multi-state-table-of-variables) rules that power this behavior are documented with the Symmetry Tax Engine.

## Courtesy withholding

Some taxes aren't required for a given scenario but can be withheld voluntarily as a courtesy to the employee, sparing them from owing the amount at filing time. Ohio city taxes and Pennsylvania earned income taxes for employees working outside Pennsylvania are the common cases.

Payroll Point returns these as additional taxes rather than required ones, so you can decide whether to withhold them. See [Tax results](/prp/core-concepts/tax-results) for how the two are separated.

<Info>
  Portal has a global **Tax withholding** setting that controls whether courtesy-withholding taxes appear in results at all. If they are missing when you expect them, check that setting first. See [Portal access and global settings](/prp/portal/global-settings).
</Info>

## Where to set these values

Nexus is set on the home location and the nonresident certificate on the work location. Both are inputs to every lookup:

| Surface      | Where                                                                                                                                                                                                                   |
| ------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Portal Maps  | Prompted before **Find taxes**; see [Quickstart: Look up taxes in Portal](/prp/getting-started/portal-quickstart)                                                                                                       |
| Portal Batch | The `Home Nexus` and `Nonresident Certificate` columns in the [CSV import template](/prp/portal/batch-csv-import), or the fields in [manual entry](/prp/portal/batch-manual-entry)                                      |
| API          | `companyHasNexus` on `home`, `nonResidentCertificateOnFile` on each work location; see the [taxes endpoint](/prp/api-reference/location-taxes/returns-taxes-based-on-single-home-and-multiple-work-locations-passed-in) |
