#Premnath

1 messages · Page 1 of 1 (latest)

atomic archBOT
sleek depot
#

Hi Tarzan

#

@worn parcel Could you please assist me with adding external account in connect ?

worn parcel
#

👋 happy to help

#

you just need to be a bit more patient in the future

#

you need to use both actually

#

you start by creating a bank token

#

then use that token to create an External Account

sleek depot
#

Account account = Account.retrieve("connectedAccountId");
AccountUpdateParams params = AccountUpdateParams.builder()
.setExternalAccount("bankAccountToken")
.build();
account.update(params);

#

is this the way you're asking to do?

worn parcel
#

the bankAccountToken should be the variable not a string