The W-8BEN object contains the form fields included in IRS Form W-8BEN. The object appears in the data property of the form object where the formType is w8benOct2021. Properties are named so that they can be easily traced back to the official IRS form. You may want to compare the object to the official IRS Form W-8BEN for reference.
Form W-8BEN includes space for one signature. The signer is identified as the beneficialOwner in the party property of the signature object.
The IRS revises tax forms from time to time. When forms are revised by official bodies, a new form type will be provided by Nextform, and the old form type will remain available, to avoid unexpected changes in fields and disruptions to integrations.
{
"name": "Martin Abades",
"citizenshipCountry": "es",
"residenceAddress": "C. de Jaime Vera, 27,",
"residenceCity": "Madrid",
"residenceState": "Madrid",
"residencePostalCode": "28011",
"residenceCountry": null,
"mailingAddress": null,
"mailingCity": null,
"mailingState": null,
"mailingPostalCode": null,
"mailingCountry": null,
"usTaxId": null,
"foreignTaxId": "X2482300W",
"foreignTaxIdNotRequired": false,
"referenceNumber": null,
"birthDate": "1975-05-15T00:00:00.000Z",
"taxTreatyCountry": "es",
"taxTreatyCitation": "12(2)",
"taxTreatyRate": 0.05,
"taxTreatyIncomeType": "copyright12",
"taxTreatyExplanation": null
}
The full name of the beneficial owner.
The two-letter ISO country code associated with the beneficial owner's citizenship.
The physical address of the beneficial owner's residence.
The city of the beneficial owner's residence.
The state of the beneficial owner's residence.
The postal code of the beneficial owner's residence.
The two-letter ISO country code associated with the beneficial owner's residence.
The mailing address of the beneficial owner, if different than the physical address.
The city of the beneficial owner's mailing address.
The state of the beneficial owner's mailing address.
The postal code of the beneficial owner's mailing address.
The two-letter ISO country code associated with the beneficial owner's mailing address.
A nine-digit U.S. tax identification number, which can be either a Social Security Number (SSN) or an Individual Taxpayer Identification Number (ITIN).
The tax identification number associated with the beneficial owner's country of residence.
A boolean value indicating when a foreign tax id is not legally required. Take note that this is a negative statement, mirroring the wording on the official W-8BEN form. As such, a true value indicates that a foreign tax ID is not legally required. For the countries listed on this IRS web page, a foreign tax ID number is not legally required. The IRS may add countries to this list over time.
Optional field for reference numbers. Note that if you would like to attach an internal user account number to the form, you will want to set the reference field on the session object rather than rely on the reference number field.
The date of birth of the beneficial owner. This field is typically only required for financial accounts.
The two-letter ISO country code of the country for tax treaty purposes.
The article and paragraph of the citation claimed for tax treaty purposes.
The withholding rate claimed for tax treaty purposes. For example, a 15% rate would be represented as 0.15.
The type of income for tax treaty purposes. Valid values are:
An optional explanation for the tax treaty claimed.