#NewtReyes-multiple-test-bank-accounts-connect
1 messages ยท Page 1 of 1 (latest)
Thank you, @limpid night
That's what I am seeing when trying and it is not allowing me to use a different currency
Found out the Choose a test use case has options for several countries.
But then I am getting this:
But I would like to add at least 2 bank accounts with different currencies. Do I need to create a new connected account for that?
If so, are there any docs on that?
Hi
Taking over for hanzo
Here are some docs that should help you with navigating multiple currencies in Connect: https://stripe.com/docs/connect/currencies
You can accept payments in multiple currencies, but ultimately there will be 1 currency for payouts. That link shows the different scenarios that determine what this currency is
So, ultimately, you can have multiple bank accounts in the same currency, but not multiple with different currencies
Interesting
So, a single connected account may have several payout bank accounts using the same currency but it is not possible for a single connected account to have payout bank accounts with different currencies?
Am I getting that right?
Yes that's correct
Are you sure of that? If that is the case, then why is there a default_currency for the account object?
Seems like a single connected account can have bank accounts in different currencies
Am I missing something?
Or is that field used for something else?
Yeah so I was originally mistaken: https://stripe.com/docs/connect/payouts-bank-accounts#multiple-accounts
I believe this is an express dashboard restriction ultimately
This looks like an issue with the new express dashboard...
Hold up digging more
๐ Can you give us a bit more detail on what kind of account this is for and how you got to this UI? Is this just when you view a custom connect account in the dashboard and click the "add" button in the external account section?
Yes
Hi
This is the account
As you can see, it is a Custom Connect Account.
When I click on it, i get to the detail screen
Then I click on this button:
Then I get here:
๐ taking over so trying to catch up
Hi
Do you have the account id? You're asking about a pretty obscure Dashboard flow that my team ~never uses and I think those test bank accounts only work for US accounts today
Seems like the Dashboard does allow you to add test bank accounts on different currencies
Here's the account id: acct_1K3sMDRLMLVyikfk
yeah but I'm not sure that even works, I've never even see this UI before (and I'd recommend really just writing code, your life will be way easier)
but looking
๐
Right
I can give it a try
but can you give me test bank account numbers and routing numbers for different currencies?
Looking at the API request I see it sends btok_ca but I think this is still just broken and doesn't have the right currency set. I'm going to repro and then file to the relevant product teams as a real bug
yeah it should work but it's also a new flow I've never seen before so I'm not entirely surprised :p
๐
Even when sending the full account information, here is what I am getting:
Maybe I need to create an account from a different country to be able to use bank accounts on different currencies?
ohhh I'm dumb
US accounts can only have USD bank accounts
so the real problem is that our UI lets you choose the currency, and it shouldn't, for US accounts
sure but you have a US account right now, right? acct_1K3sMDRLMLVyikfk is a US account, not GB
Seems like I need to create a UK account to test having several bank accounts on different currencies
Are there any docs on how to create a Test UK account?
not really. I mean it's overall the same thing as US. Except you pass country: 'GB'
yay!
Thank you, @onyx tide