#reius
1 messages · Page 1 of 1 (latest)
Can you share the connected account ID (acct_xxx)?
acct_1MigGLQxhBbJgPVt
Hi! I'm taking over this thread.
You mean you want to change a customer default currency?
This is covered here: https://support.stripe.com/questions/setting-a-customers-default-currency
But one user somehow can have multiple currency?
Can you share an example of a customer (cu_xxx) with multiple currencies?
I dont have this example, just curiuos. For example there is returned user balance from stripe with currency eur. I just want to know do I can safely rely on currency which is returning or do they one day can change in any other currency?
Where is this screenshot coming from? From a customer object? From an account object? Something else?
This is log from my backend, this is values which returns stripe.balance.retrieve function
Yes so this is a Stripe connected account, not a customer object, so my earlier link is irrelevant.
You can only update the default currency if the account is a custome account with: https://stripe.com/docs/api/accounts/update?lang=dotnet#update_account-default_currency
and there I see its impossible to have multiple currency, yeah?