> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/partner/what-would-you-like-to-learn-about/platform-features/finance/finance-documents/electronic-tax-documents-for-partners-explained.md).

# Electronic Tax Documents Explained for Partners

If you earn income on impact.com, impact.com doesn't withhold tax from your earnings. Instead, you may need to [submit an electronic tax document](/partner/what-would-you-like-to-learn-about/platform-features/finance/submit-your-electronic-tax-document.md) to comply with U.S. tax law.

{% hint style="warning" %}
**Important!** If you're based in the U.S. or partner with U.S. brands, you won't be able to withdraw from your account or receive any payouts until you submit the correct tax form to impact.com. For U.S. partners, a W-9 form is required once your yearly earnings exceed the IRS reporting threshold of $2,000 USD in a U.S. tax year (January 1 to December 31). Until the required tax form is submitted, withdrawals and payouts may be restricted.
{% endhint %}

## Understand tax form requirements

As a partner based in the United States or working with brands based in the United States, you're required to submit a form to impact.com. Only partners based *outside* the United States (individuals and entities) partnering exclusively with brands based *outside* of the United States will not need to submit these tax documents.

### Which form do I need?

impact.com requires you to submit one of the following tax forms electronically. The form you need depends on 2 things:

* Are you registered in the U.S.?
* Do you represent an individual or an entity?

<table><thead><tr><th>Form type</th><th width="169.59375">Persona</th><th width="186.3828125">Registered Location</th><th>Description</th></tr></thead><tbody><tr><td><a href="https://www.irs.gov/forms-pubs/about-form-w-9">Form W-9</a></td><td>All</td><td>U.S.-based</td><td>For all U.S.-based partners (individuals and entities). This form is required once your yearly earnings exceed the IRS reporting threshold of $2,000 USD in a U.S. tax year (January 1 to December 31).</td></tr><tr><td><a href="https://www.irs.gov/forms-pubs/about-form-w-8">Form W-8 BEN</a></td><td>Individuals</td><td>Non-U.S.-based</td><td>For non-U.S.-based individuals partnered with brands based in the United States (i.e., you're operating by yourself and not as an entity in your country).</td></tr><tr><td><a href="https://www.irs.gov/forms-pubs/about-form-w-8">Form W-8 BEN-E</a></td><td>Entities</td><td>Non-U.S.-based</td><td>For non-U.S.-based entities partnered with brands based in the United States (i.e., you're operating as an organization or company in your country).</td></tr><tr><td><a href="https://www.irs.gov/forms-pubs/about-form-w-8-eci">Form W-8 ECI</a></td><td>Individuals or entities</td><td>Non-U.S.-based</td><td>For non-U.S.-based individuals or entities receiving U.S.-sourced income, connected to U.S. trade or business.</td></tr><tr><td><a href="https://www.irs.gov/forms-pubs/about-form-w-8-exp">Form W-8 EXP</a></td><td>Governments or tax-exempt entities</td><td>Non-U.S.-based governments/entities</td><td>For non-U.S. governments or other tax-exempt entities to certify they are the beneficiary or financial account holder.</td></tr><tr><td><a href="https://www.irs.gov/forms-pubs/about-form-w-8-imy">Form W-8 IMY</a></td><td>Third-party entities</td><td>Non-U.S.-based entities</td><td>For non-U.S. entities that are the intermediary or flow-through entity receiving payments on behalf of another.</td></tr></tbody></table>

impact.com cannot provide tax advice. If you have any questions about which tax form to submit or how to complete it, please consult a qualified tax advisor.

{% hint style="success" %}
**Note:** If you operate under the [impact.com entity invoicing method](/other/reference-documentation/understanding-impactcoms-trading-models.md), you're exempt from submitting W-8 forms, even if the brand you are working with is U.S.-based.
{% endhint %}

## Minimize tax-related payout delays

To avoid unnecessary [payment holds](/partner/what-would-you-like-to-learn-about/platform-features/finance/payments-withdrawals-and-balance/why-havent-i-received-my-payouts-yet.md), consider the following when filling out your W-8 and W-9 tax form information:

* **Treaty claims:** If your permanent residence address is located in a country with which the U.S. has a tax treaty, make a treaty claim and provide a U.S. or Foreign Taxpayer Identification Number (TIN).
  * The treaty country should generally match your permanent residence address. Find a list of countries with a U.S. income tax treaty on the IRS website—[Table 4. Limitation on Benefits](https://www.irs.gov/individuals/international-taxpayers/tax-treaty-tables) in the IRS's tax treaty tables can help you determine the proper rate, treaty article, and Limitation on Benefits (LOB) article to cite.
* **Consistent information:** The information on your tax form should match what you provided during onboarding. If you're submitting a Form W-8 as a non-U.S. person, don't state that you're a U.S. person or provide information tied to a U.S. corporation or residence.
* **Correct form type:** Submit the appropriate form type, with all required accompanying information or certifications.

{% hint style="success" %}
**Note:** W-9 upload issues may be caused by temporary delays or limitations with the U.S. Government's Internal Revenue Service (IRS) online services. impact.com does not manage or control the connection to these IRS services and is reliant on their availability to fulfill this legal obligation.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.impact.com/partner/what-would-you-like-to-learn-about/platform-features/finance/finance-documents/electronic-tax-documents-for-partners-explained.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
