Skip to content

Add XI for Northern Ireland VAT numbers#253

Merged
codingjoe merged 1 commit intocodingjoe:masterfrom
solarplaza:add-xi
Jan 3, 2024
Merged

Add XI for Northern Ireland VAT numbers#253
codingjoe merged 1 commit intocodingjoe:masterfrom
solarplaza:add-xi

Conversation

@quarkness
Copy link
Copy Markdown
Contributor

Northern Ireland is supported in VIES using XI as the country identifier.

This adds support for this.

from vies import VIES_WSDL_URL
from zeep import Client

client = Client(VIES_WSDL_URL)
result = client.service.checkVat("XI", "151308443")
print(result)

@codingjoe codingjoe merged commit 2eae38b into codingjoe:master Jan 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants