#Giriraj

1 messages · Page 1 of 1 (latest)

rough snowBOT
alpine junco
#

Hi! Let me help you with this.

#

Yes, are you running into any issues?

dusty plaza
#

yes

#

when i add one more bank account that time i m getting above error.

#

@alpine junco

alpine junco
dusty plaza
#

req_dLXUjYQgZ9uHPk

alpine junco
#

How are you sending this request?
Do you use Stripe-Account header?

dusty plaza
#

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

dusty plaza
narrow crystal
#

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

dusty plaza
#

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

narrow crystal
#

not sure what you mean.

dusty plaza
#

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?

narrow crystal
#

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.

dusty plaza
#

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.

narrow crystal
#

that's not supported on Express, correct.

dusty plaza
#

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.

narrow crystal
dusty plaza
#

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

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.

dusty plaza
#

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?

rough snowBOT
jolly vector
#

👋 taking over for my colleague. Let me catch up.

dusty plaza
#

@jolly vector can you check above msg?

jolly vector
#

please give me a moment to catch up

dusty plaza
#

yes sure

jolly vector
jolly vector
#

yes it works the same for both

dusty plaza
#

Thank you

jolly vector
#

let me know if you need any more help