#mattia_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1362438777867468830
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- mattia_tax-id-creation, 21 hours ago, 5 messages
Sounds good
Specifically, I need to be able to understand when:
- EU VAT is completely invalid
- EU VAT is valid, but not VIES registered
- EU VAT is valid, and VIES registered
I believe it is always valid or else we reject it being added.
I see
And then all the verification enums relate to the VIES verification
I see, what does "unavailable" means then?
To be clear, by "valid" I mean it passes the validation format.
I believe "unavailable" indicates that we attempted to verify but didn't receive the necessary information from the third parties and thus couldn't tell its status.
so if Stripe has successfully updated the customer object with a tax of type eu vat, it means it's valid (it passes the validation format), and if the verification field of the tax id object is verified it means it's registered on VIES, otherwise it's not. Correct?
Overall yes. It is possible that we receive unavailable for some reason when the tax ID is actually registered on VIES but we don't know one way or another.
Otherwise, yes, what you stated would be correct.
Sounds good, thank you so much!