#vitali-currency

1 messages · Page 1 of 1 (latest)

mental pelican
tiny geode
#

We are not sure what the default_currency actually means

An example use case we have - a Custom Account is from Canada, charges customers in CAD. His bank account is from the US (USD).
will the default currency in this case be USD? CAD?

#

Or a better question, will it be based on his bank account currency? (e.g., his bank is in the US thus USD)

mental pelican
#

what happens is when he charges customers in USD, those payments go to his USD bank account, if he has one

#

if he charges customers in EUR or JPY or something else, that is converted to CAD(the default currency for CA accounts) and paid out to the CAD bank account

#

the previous sentence would also apply to USD if he did not have a USD bank account on his Stripe account

#

does that help?

tiny geode
#

Not sure.
Let me try again -
I created a connected account from Canada.
He added bank account from the US.
Now he is from Canada but his bank in the US.
He charges his customrs in CAD.

What should his default currency be? What would be the flow?

bleak wave
#

and we currently only support 1 bank account per

#

so we have the bank account currency and we also have the default_currency of the account

mental pelican
#

What should his default currency be?
CAD.

tiny geode
#

What is the impact of this field? this is what I'm missing with.

He will charge in CAD, but get payout in USD.

mental pelican
#

What is the impact of this field? this is what I'm missing with
what I said above about how the conversion works

#

lets say your default currency is X

#

and you have a bank account in X

#

if you charge customers in X, it gets paid out to that account. If you charge customer in Y, it gets converted to X and paid out

bleak wave
#

so default_currency is the default bank based on that currency

#

if we have 2 banks 1 cad 1 usd and default is usd itll go to the second bank and vice versa?

mental pelican
#

what currency was the payment in?

#

in your example, if it was CAD, it goes to the CAD account, if it was USD, it goes to the USD account, if it was EUR, it is converted to USD and send to the USD account

bleak wave
#

i see so its only in case we dont have that currency, so it should be the currency of the bank, ok cool thanks