Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add XI for Northern Ireland VAT numbers #253

Merged
merged 1 commit into from
Jan 3, 2024

Conversation

quarkness
Copy link
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
7 of 9 checks passed
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.

None yet

2 participants