#Lalit
1 messages · Page 1 of 1 (latest)
i have my own website, where i am allowing user to update billing info icluding tax id, which is going to save in stripe, before saving i want to validate it, that user shuld enter correct tax id based on country selection
hmm, Stripe doesn't have any such API to validate it before saving. The easiest method would be to just submit it and let Stripe attempt to validate it
but in customer portal, or in stripe dashboard, it validates before saving, can i do the same way, any workaround?
or is there any api to get list of tax id types "like AU ABN etc"
?
Hi @fickle venture I'm taking over, let me know if you have more questions
but in customer portal, or in stripe dashboard, it validates before saving, can i do the same way, any workaround?
or is there any api to get list of tax id types "like AU ABN etc"
?
Like my colleague Alex said, there's no specific API for tax ID validation, Stripe will validate it when you update the customer.