TaxIdentificationInput
Input to provide information about taxation status in various country for the customer.
input TaxIdentificationInput {
residencies: [TaxResidencyInput!]!
taxLiableInUSA: Boolean!
}
Fields
TaxIdentificationInput.residencies ● [TaxResidencyInput!]! non-null input
The countries the customer 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.
TaxIdentificationInput.taxLiableInUSA ● Boolean! non-null scalar
Indicates whether the customer is liable to pay tax in the USA.
We are required to *explicitly* ask about the customer'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 customer moves out of the EEA, the insurance company will cancel their contract as per current business policy.
If the customer 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.
Member Of
NewCustomerInput input ● UpdateIndividualCustomerInput input