#johnm-externalaccount-java
1 messages · Page 1 of 1 (latest)
Hello! You want to look at https://stripe.com/docs/api/external_account_bank_accounts/list
Thanks
Let me know if you're stuck
Well.. my question is... I can get a object of class ExternalAccount out of the list. But how do I get the contents of this class ? there apparently is only one getter for this class, and it is getId. How can I access the other attributes of the class ? I want to get the field last4 in this class
Ah
Are connect accounts allowed to have multiple external accounts ?
Or, I guess I should ask.... which would be the current external account... the api says the most recent .... sort of sounds like a history
Connect accounts can have multiple accounts. There isn't really a "current" account. You can set the default external account when creating or updating a connect account though.
even in the case of a express account ? I don't remember seeing in the onboarding process where you could add multiple bank accounts.
Ok, is there a way to determine what the default account is then ? We want to send an email so that when a payout occurs we can let the connected account know which bank account to expect the payout.
Hmmm. Have you tested out adding new external accounts to Express accounts?
Feel free to come back with more questions 👋
Just in case you come back I do not believe you can add additional external accounts for either Standard or Express accounts, only Custom.
So since the onboarding only allows the adding of a single external account and the addition of multiple accounts is not supported for Express,