#zia-ur-rahman_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1290939098663485461
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi River,
hope you are doing great!
Checking it now
By default Switzerland account only has settlement currency as CHF: https://docs.stripe.com/payouts?account-country=CH#supported-accounts-and-settlement-currencies
Where did you see euro from?
I never set up any currency
I am using stripe api to create accounts
and I am not giving any currency while creating account, but just the country code
this is what I am doing for standard account
this is for custom recipient account:
is it because of local IP address:
model.AddExtraParam("tos_acceptance[ip]", GetLocalIPAddress());
I've seen euro from stripe's account page default currency
I tried removing the tos_ip, but it says that "tos_acceptance[ip] is required"
Hi Rver, are you still available?
Thanks for waiting! Discord is busy now
For US platform, the settlement currency for recipient service agreement supports multiple currencies: https://docs.stripe.com/connect/payouts-connected-accounts#supported-settlement
To change to CHF, I'd recommend setting the default_currency during account creation: https://docs.stripe.com/api/accounts/create#create_account-default_currency
but as per their documentation, for recipient account type CHF is not in the list for switzerland:
Oh sorry! I didn't read the docs closely
no worries, neither did I ๐