#shainanand
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.
- shain-add-to-balance, 22 hours ago, 9 messages
- shainanand, 2 days ago, 12 messages
Hi, I am using this documentationhttps://stripe.com/docs/api/accounts/create
But unable to find the field for Employer Identification Number (EIN)
Why you need to send that field ? is it a requirement you noticed by Stripe?
I am trying to prefil the info via api, but dashboard shows this
Are you using custom account ?
You can preview the exact field you need to fill via this API:
https://stripe.com/docs/connect/custom/handle-verification-updates#preview-updated-verification-reqs
yes custom account
lemme check
If I use embedded onboarding, do i need to send this via API?
No the embedded components should handle this
okay great
one more question
Can I send the bank account details along with account creation API?
No.
What I meant is when creating the account API:
https://stripe.com/docs/api/accounts/create
so while creating we cannot, then when?
You can create an external_account (bank account) via the API:
https://stripe.com/docs/connect/payouts-bank-accounts?bank-account-collection-integration=direct-api
so do I have to call this API have to be called after the account is created?
yes