#shah_80546
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.
- shah-checkout-embedded, 2 days ago, 11 messages
Hi there! By external account, do you mean a bank account for the connected account where they can receive payouts or something else?
yes
bank account for connect express account
how securely then can update there bank information , preferebaly they do not want to use dashbaord
Express accounts can use the Express Dashboard for this
can express dashboard be emebeded in our portal
You can redirect from your portal to the Express Dashboard: https://stripe.com/docs/connect/integrate-express-dashboard
can they just see bank information is it possible
No, they'll be able to see their balance and previous payouts in the Express Dashboard, not just an option to update their external account details
if i want to create connect account throught api
is it possible and how can i add external account to it in api call
For express accounts, you can add an external account on creation only or before a user starts the onboarding process: https://stripe.com/docs/api/accounts/create#create_account-external_account
do i need to create bank account first
because external_account is a string in create api call
The text in the API reference also mentions this:
You can provide either a token, like the ones returned by Stripe.js, or a dictionary, as documented in the external_account parameter for bank account creation.
The string is the token in this case, or you can provide account details as listed in the bank account creation endpoint
ok thanks