#Giriraj
1 messages · Page 1 of 1 (latest)
yes
when i add one more bank account that time i m getting above error.
@alpine junco
Could you please share the Request ID req_xxx? https://support.stripe.com/questions/finding-the-id-for-an-api-request
req_dLXUjYQgZ9uHPk
How are you sending this request?
Do you use Stripe-Account header?
wait let me share
const bankAccount = await stripe.accounts.createExternalAccount(
stripe_connect_account_id,
{
external_account: bankToken,
default_for_currency: isDefault
}
);
i m use node js
and here api used to create bank token
@alpine junco
no i m not used stripe-account header
you can't add a bank account to an Express directly like that
you would direct the user to the Express dashboard instead , you as the platform can only view their payout information, not edit it
if i need to add another bank account and i need to do payout and checkout using another account then?
i mean What should I do if I want to do all the processing from another account?
@narrow crystal
not sure what you mean.
i was create first bank account while on boarding process.
after sometime i m not use those bank account. and i need to add another bank account and I want to do all the processing with newly created bank account.
then what to do? @narrow crystal
got my point?
you would direct to the Express Dashboard to update their payout details
you can I think collect the bank account and prefill it when creating the Express account, but after that they need to self-serve it via the Dashboard.
you mean express stripe connect account is not providing feature to create multiple bank account?
@narrow crystal
i need to create multiple bank account with same currency.
that's not supported on Express, correct.
ok, so, i need to create another bank account with gbp. so how can i create?
can you provide link or somthing?
i mean let me try to create bank account with different currency.
you would redirect the owner of the account to the Express Dashboard and they can add/update/remove bank accounts there. https://stripe.com/docs/connect/express-dashboard
ok thanks let me check
ok so i need to go with custom stripe connect account.
i think i can create multiple bank account with same currency on custom stripe connect account.
custom is ok? it's not creating other issue right?
@narrow crystal
depends what you mean by 'issues'.
Using Custom requires a lot more integration work building our your own UIs/dashboards and ongoing onboarding. It's not recommended for most platforms unless you have the development resources to develop such systems. You can read the docs at https://stripe.com/docs/connect/accounts to understand the differences.
on express i m created account link. if on boarding not completed then i have created again account link.
so, same process i m applying on custom stripe connect account.
those thing not creating other issue right?
👋 taking over for my colleague. Let me catch up.
@jolly vector can you check above msg?
please give me a moment to catch up
yes sure
I join @narrow crystal's statement
depends what you mean by 'issues'.
this one @jolly vector
yes it works the same for both
Thank you
let me know if you need any more help