#Premnath
1 messages · Page 1 of 1 (latest)
Hi Tarzan
@worn parcel Could you please assist me with adding external account in connect ?
👋 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
Account account = Account.retrieve("connectedAccountId");
AccountUpdateParams params = AccountUpdateParams.builder()
.setExternalAccount("bankAccountToken")
.build();
account.update(params);
is this the way you're asking to do?
the bankAccountToken should be the variable not a string