#shubham.kaushalya
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. 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.
- shubham.kaushalya-account-support, 1 day ago, 3 messages
- shubham.kaushalya, 2 days ago, 13 messages
hi! I don't really understand, could you elaborate/explain an example of what you'd like to see?
yes sure, Actually we have few customers and among this customer few of are having wrong tax id, so when we go to create a invoice stripe allows me to do it but here we want first check the tax id against a customer which is valid or not(through some external third part api) and based api result if enter tax id is wrong we stop user to create invoice under stripe.
I see. Well you can certainly check the tax ID value a user gives you on your website against some third-party, and then decide to not create a Customer object, or an Invoice object or whatever it is you would do, in your code, if you get a negative result.
Stripe also verifies the customer's tax ID and you can inspect the results of that verification before deciding to call the API to create objects.
yes but we are creating invoices directly from the stripe dashboard so here there is no validation to says like entered tax id is not correct, stripe creates invoice easily, also stripe validate tax-id only with limited countries that's why we are planning to use third party API,
here there is no validation to says like entered tax id is not correct
I don't believe that's true; the docs I linked above describes how you can see the results of the validation.
stripe validate tax-id only with limited countries that's why we are planning to use third party API,
makes sense, then as I described above you can certainly integrate this into your website where you accept the customer's information.
is it possible to connect ?
Also here Validation means to validate respective country databases not only the format