#meisei81_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/1476539138432827505
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
hey there ๐ for EU VAT numbers, the country is inferred by Stripe from the format of the tax ID value
so it's possible for the tax ID country to not match the customer's billing address
looking at that customer I see the recently added tax ID value is an EU VAT number - can you confirm what the correct country for this tax ID should be?
It should be RO not HU
The customer come for us because he found that the country of tax ID was wrong. Could you help me out with this?
I see, then yes it seems like the format is the issue - you can see the different supported formats here: https://docs.stripe.com/billing/customer/tax-ids#supported-tax-id
the format for HU is "[HU] + [8 numeric digits]"
but the format for RO is "[RO] + [10 numberic digits]"
the value passed in your API request was simply 8 numeric digits: https://dashboard.stripe.com/acct_1OFAccGV8R8kZBnN/logs/req_AWd98aMBcN5Tci
so that doesn't match what our system expects to see for an EU VAT number, from Romania
so if the country for this customer's VAT number is RO, then the value should be something like the example given in our docs: "RO1234567891" ("RO" + [10 numeric digits])
I'd recommend confirming these details with your customer to clarify what country actually issued their tax ID
https://ec.europa.eu/taxation_customs/vies/#/vat-validation-result Hi I have checked this vat number: 11349619 in this site and it shows that this vat number is correct for the country RO. You can take a look.
ah thanks for sharing this!
in that case, you'll need to open a support case so our support team can file feedback about this internally
I'll trigger a message from the bot to open a case with our support team - the team can then follow up with you via email
We wish we could help, but you need to talk to Stripe support
We can only help on Discord if all of the following are true:
- ๐งโ๐ป You must be a developer
- ๐ ๏ธ Your question must be about building a Stripe integration
- โ๏ธ Your question must be technical/developer focused
- โฑ๏ธ You must be available to respond in realtime
- ๐ฅ You must be comfortable receiving help in public (this is a public server)
If any of those aren't true please contact Stripe support.
If all of those are true we may have misunderstood your question; please provide more details below.
Note that using an inappropriate button or submitting inappropriate information is a violation of our rules. You will be removed from this server if you repeatedly create invalid threads.
Hi I clicked the "contact stripe support" button and I was redirected to browse. Now I'm in a chat window. What I do next?
you mean discord messages? you can link to this conversation, but I recommend clearly re-explaining your question there.