#ducnguyenthe_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/1245576974370476063
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi. I wish I could help, but this chat is focused on developers and technical questions. Our support team will be able to assist you better than I can: https://support.stripe.com/contact
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Hello jack, could you help me to check is exist any API to get that info ?
https://docs.stripe.com/api/accounts/object#account_object-requirements You can check the connected account' requirements hash to know if additional info is required.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
https://docs.stripe.com/api/balance/balance_retrieve you can call this API on the connected account to retrieve its balance
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I want to check if my connected_account has any funds on hold. Can I get this information from the pending field of object THE BALANCE OBJECT ?
What do you mean by "funds on hold" ?
sorry, my mistake, i mean "balance on hold"
"balance on hold" I means the balance is being held by Stripe for some reason.
Context: I am working on a scheduler that runs once a day to scan connected_accounts for the following two cases:
1.There is a balance being held by Stripe for some reason.
2.The account has missing information that needs to be submitted.
https://docs.stripe.com/connect/account-balances#understanding-connected-reserve-balances are you talking about the connect reserve?
@vague raven Oh thank you so much, it works for me !
Happy to help!