#jd-dev_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/1338585027453255730
๐ 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.
- jd-dev_api, 4 days ago, 12 messages
Hello! To clarify, are you asking about doing this before/when creating the Express Accounts, or are you asking about doing it for existing Express Accounts?
Also, can you clarify what you mean by "verify the tax_id"?
@static pine You around?
If you're trying to do this when creating the Express Account, you should specify the tax_id when you create the Account via the API: https://docs.stripe.com/api/accounts/create#create_account-company-tax_id
If it's not valid you'll get an error back, and you can then handle that error.
If you're asking about doing this for existing Express accounts, that's not something you can do, that's something the account holder needs to do via the Express Dashboard.
yes i am asking for existing express account.... i want to make a front end on my own system to ask them for tax id and use stripe tax id apis to verify them
That's not something you can do for an existing Express Account. Stripe has a direct relationship with Express Account holders and they're expected to manage sensitive information like tax IDs in the Express Dashboard.
but while onboarding there is no mention to enter the tax_id
Another option would be to set up the Account Mangement embedded component on your site: https://docs.stripe.com/connect/supported-embedded-components/account-management
i am taking about exprss account onboarding
Meaning just after you create the Express Account?
i could be just after
So you're creating an Account Link which points to the onboarding flow, right?
When you create the Account Link are you setting collection_options to collect eventually_due stuff and include future requirements?
no i don't think so
Give that a try and see if that does what you want.
thanks for your help
Well, give it a try and make sure it works the way you want. If it doesn't let me know and we'll go from there. ๐