#mitsu_api
1 messages ¡ Page 1 of 1 (latest)
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- mitsu_docs, 2 days ago, 11 messages
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1251000595897253888
đ Have more to share? Add details, code, screenshots, videos, etc. below.
Can connected accounts log in to tripe's dashboard to withdraw money themselves?
Or can you only withdraw money when calling stripe's api
hello! It depends, what kind of connected accounts are you using? Express / Custom / Standard?
How to know which type of Express / Custom / Standard connected account is?
When you create a connected account, you would have specified it type
What type of account can I log into Stripe's dashboard to withdraw money?
Standard connected account allows withdrawing funds from the Dashboard
Why would you need so? Stripe supports automatic payout
I need to ask if there is a risk that connects their account to the dashboard to withdraw money
The connected account that my system creates is express
So I'm not afraid that this connected account can automatically access the dashboard and withdraw money, right?
Express connected account doesn't support withdrawing funds from Express Dashboard
There shouldn't be any concern since withdrawing funds from Express Dashboard is not supported
Automatic payout does not limit the minimum amount to withdraw money, right?
I want at least 10,000 yen to withdraw money, can I do that?
Minimum amount is applied on payout. Here's the doc of minimum amount for payout by country: https://docs.stripe.com/payouts#minimum-payout-amounts-table
thanks you