Skip to main content

TaxResidencyInput

Information about the tax information for a given country the customer has residency in. The customer may have one or more residency countries. We currently only validate Tax ID for Germany.

input TaxResidencyInput {
country: Country!
id: String!
}

Fields

TaxResidencyInput.country ● Country! non-null scalar

The ISO 3166 country code for the current country (ISO 3166 alpha-2/alpha-3 standards supported).

TaxResidencyInput.id ● String! non-null scalar

The Tax identification number (TIN) of the customer in the given country that is issued by the taxation authority. If the country is Germany, the tax ID will be validated and if invalid then the response will be of type TaxResidencyInputInvalidError. In this case we recommend re-trying the request without tax residency. **Note:** For testing purposes you can generate valid testing tax IDs using e.g. https://generator.avris.it/.

Member Of

TaxIdentificationInput input