#Vikram A.
1 messages · Page 1 of 1 (latest)
Hi there,
For example, we are seeing the balance shown in DKK on the Stripe dashboard but the available balance for payout is also shown in DKK
this is normal the same currency on both side.
but needs to be converted to USD, and the available balance in the api's
What do you mean by this ? do you have a configured bank account that accepts USD ?
yes that's the case we have a bank account that accepts USD
When creating the connected account did you specify USD as a default currency for that Account ?
https://stripe.com/docs/api/accounts/create#create_account-default_currency
checking
i think this is where we were lacking
is there a way a connected account person can change it in settings
You can update this using API:
https://stripe.com/docs/api/accounts/update#update_account-default_currency
is it possible via dashboard ??
I don't believe so
can we set the default currency to USD irrespective of the account holder country, would in this scenario the stripe would be able to transfer the amount and if it does, then the amount that is transacted does it have some currency rate exchange associated with it
Sorry, I'm lost. What's the underlying issue you're trying to prevent here?
the whole set up is in usd and we want to show them the balance in USD as well as the payout in USD currency irrespective of the connected account holder's country
Well that's not always possible. Account countries can only payout in certain currencies: https://stripe.com/docs/payouts#supported-accounts-and-settlement-currencies
The payout currency is determined by the currency of the external bank account when your connected account(s) add those details