Check US withholding and treaty rates (W-8BEN)
check_treaty_withholdingUse this when a non-US person or company receiving US-source income (dividends, interest, royalties, freelance/personal services, or a scholarship) asks how much US tax will be withheld, whether a tax treaty reduces it, or which form to give the payer (W-8BEN, W-8BEN-E, W-9, Form 8233). Returns the default statutory rate, the US-Turkey treaty rate where one applies, the documentation a treaty claim needs (including a TIN/ITIN), and how refunds of over-withholding work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payee_type | No | Whether the payee is an individual or a company/entity. Defaults to individual. Determines the form (W-8BEN vs W-8BEN-E) and the treaty dividend rate. | |
| income_type | Yes | The kind of US-source payment: "dividends" (from US stocks or a US corporation), "interest", "royalties" (software, content, IP licensing), "personal_services" (freelance/consulting work or wages), or "scholarship_fellowship". | |
| payee_country | Yes | Country of TAX RESIDENCE of the person or company RECEIVING the payment. "turkey" returns the US-Turkey treaty rates this server carries; "other_non_us" returns the default statutory rates and how to check your own treaty; "united_states" covers US persons (who use Form W-9, not a treaty claim). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| relay | Yes | Instruction to the calling assistant: relay figures and dates verbatim (identical on every response). | |
| next_step | Yes | A single review link appropriate to this server surface. | |
| disclaimer | Yes | General-information disclaimer (identical on every response). | |
| source_url | Yes | The arcandledger.com page that backs this answer. | |
| server_version | No | Server release that produced this response (matches GET /version). |