#ANNA-Connect
1 messages · Page 1 of 1 (latest)
Alright. Is it safe to assume that API will only ever return at most 1 account? I spoke with support to clarify since this inquiry wasn't dev related and they said for US customers, you can only have either 1 bank account OR 1 card and not both. So I can just fetch and it will at most give me 1 external account?
oh sorry, missed this
well yeah I was going to say that
I know that Standard accounts(full Stripe accounts) can only have one account per currency(which is what Support is telling you), but Custom accounts can have multiple and then there's a default_for_currency parameter you use, not sure about Express, looking
https://stripe.com/docs/connect/payouts-bank-accounts#bank-accounts is overall the docs, but I'm not 100% sure how this applies to Express, I'd have to log into a test mode Express account and see if it lets me add multiple bank accounts
yeah seems like for Express it's the same as Standard/full accounts, they can only have one per currency
US accounts can only settle in USD (see the dropdown on https://stripe.com/docs/payouts#supported-accounts-and-settlement-currencies) (my example is an IE account) so I suppose they can only have one external account object in practise