IndividualPersonTaxIdentification
Customer's tax information - available only for business customers
type IndividualPersonTaxIdentification {
taxLiableInUSA: Boolean!
taxResidences: [TaxResidency!]!
}
Fields
IndividualPersonTaxIdentification.taxLiableInUSA ● Boolean! non-null scalar
Indicates whether the user is liable to pay tax in the USA.
We are required to *explicitly* ask about the user's tax status in the USA.
If it is clear at the time of application that the customer will return to the USA, the insurance company recommends to not continue with the application. If the user moves out of the EEA, the insurance company will cancel their contract as per current business policy.
If the user indicates that they are liable to pay tax in the USA, they will need to provide US-ITIN (Individual Taxpayer Identification Number) or US-SSN (Social Security Number) for USA within their residencies list, otherwise the USATaxResidencyRequiredError will be returned.
IndividualPersonTaxIdentification.taxResidences ● [TaxResidency!]! non-null object
The countries the user has residencies in along with the Tax identification number (TIN) for each country.
The API accepts both: no residencies or any number of residencies provided that Germany is included in the list.
Currently, not including a German tax residency will result in a GermanTaxResidencyRequiredError response.
Member Of
IndividualPersonCustomer object