#jacob_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/1235276788238913739
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
This is just to check that after the customer has onboarded, we can quickly verify that transfers is enabled for the connected account so payments can be processed as usual.
Hello! I don't think we ever prevent you from transfering to a connected account, but it sounds like what you're really asking about is if the connected account has the ability to pay their funds out, which you can use payouts_enabled for: https://docs.stripe.com/api/accounts/object#account_object-payouts_enabled
Got it, awesome!