#NewtReyes-multiple-test-bank-accounts-connect

1 messages ยท Page 1 of 1 (latest)

limpid night
#

Hello ๐Ÿ‘‹
Let me see what I can find on this

gray juniper
#

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?

wicked totem
#

Hi

#

Taking over for hanzo

#

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

gray juniper
#

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?

wicked totem
#

Yes that's correct

gray juniper
#

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?

wicked totem
#

I believe this is an express dashboard restriction ultimately

#

This looks like an issue with the new express dashboard...

#

Hold up digging more

marsh shell
#

๐Ÿ‘‹ 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?

gray juniper
#

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:

onyx tide
#

๐Ÿ‘‹ taking over so trying to catch up

gray juniper
#

Hi

onyx tide
#

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

gray juniper
#

Seems like the Dashboard does allow you to add test bank accounts on different currencies

#

Here's the account id: acct_1K3sMDRLMLVyikfk

onyx tide
#

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

gray juniper
#

๐Ÿ™‚

#

Right

#

I can give it a try

#

but can you give me test bank account numbers and routing numbers for different currencies?

onyx tide
#

it has all test accounts with all countries

gray juniper
#

awesome

#

I can try manually adding using the API

#

let me try that

onyx tide
#

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

gray juniper
#

I think you are right

onyx tide
#

yeah it should work but it's also a new flow I've never seen before so I'm not entirely surprised :p

gray juniper
#

๐Ÿ˜„

#

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?

onyx tide
#

ohhh I'm dumb

gray juniper
onyx tide
#

US accounts can only have USD bank accounts

gray juniper
onyx tide
#

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

gray juniper
#

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?

onyx tide
#

not really. I mean it's overall the same thing as US. Except you pass country: 'GB'

gray juniper
#

Seems like I need at least that

onyx tide
#

sure but it's all test mode

#

and most of it is the same as the US

gray juniper
#

Finally got it working

onyx tide
#

yay!

gray juniper
#

Thank you, @onyx tide