#bogdan-onu_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/1374345312012992552
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi there!
hello
the error message is pretty clear:
Amount must be no less than CHF 200.00
yes the error is clear but the reason is not
I am trying to payout 100 CHF .. anytihng above 5CHF should be possible no ?
I see the same minimum (200 CHF) mentioned in the doc: https://docs.stripe.com/payouts/multicurrency-settlement?account-country=DE#multicurrency-settlement-fees
so looks like everything is working as expected.
I can't really answer why we have that limit in place, I don't know. but I can confirm that we do have that limit in place.
is this happening because the connected account's country is set to Germany ? and if I create a connected account in Swis with main currency CHF then the limit is 5CHF ?
it's possible yes, you would need to test that to be sure.
ok thank you
I tried it here req_AJIkodeaib4yo1 with the connected account country set Switzerland and it worked
and now the amount is no longer too small because it is considered a local payout (with min amount 5CHF) not a cross border payout (where min amount is 200CHF)
thanx again bye ๐
great!