#hiru99-address
1 messages · Page 1 of 1 (latest)
hi there, if you want to know more about when/how Stripe validates the address, i'd recommend contacting Stripe Support : https://support.stripe.com/contact, they'll be able to better advise you on that!
I know stripe validate address properly but how can i validate in my api if someone add wrong address and account is created but it's not activated so how can i manage this . so if i validate address and after that they create account so now account is activated.
Hi @glossy valley i'm taking over this thread.
Are you asking if there's a public API for address validation?
how can i validate address live is this address is exist or not before account creation
Are you using Connect onboarding?
https://stripe.com/docs/connect/connect-onboarding if you are using Connect onboarding to collect the connected account's info, the address validation is performed in the onboarding page.
no i am create account through api not account link onboarding so i want to solution for api
I see, I'm afraid there's no public API for address validation.
so what should i do now for validating address api
I'll highly recommend you to consider using Connect Onboarding. It's a ready solution that really can help you.
okay thanks for replying