#hugorocha_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/1360320744042795109
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, you'd want to look at the configurations here: https://support.stripe.com/questions/connect-availability-in-the-uae
We document why we return that error here 'It is not possible to create UAE connected accounts where the platform is liable when the connected account can't pay back their losses.'
You'd want to ensure that you're configurations matches this:
Stripe collects fees
Stripe will be liable if a connected account can't pay back their losses
Connected accounts have access to the Stripe Dashboard
Hey!
Thank you for your reply!
Where can I check those configurations?
It should be on your Dashboard: https://dashboard.stripe.com/test/connect when you set up your connect settings in test mode for instance.
Or, I think you can use the API: https://docs.stripe.com/api/accounts/create#create_account-controller
thank you will try that.
can you tell me where I can find those configurations on the dashboard?
connect is already enabled but not sure where I can change those configurations
It's when you go to create an account
It presents you with a choice to choose the configuration
oh, I thought it was a platform wide configuration, so everytime I create an account I need to pass the controller settings with those configurations?
Yes
ok, will try that, thank you