#kenil-d-hyperlink-infosystem_docs
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/1268161590428041218
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
In the Connect context you, the platform, would use the Payouts API to move money from the accounts Stripe balance to their external account: https://docs.stripe.com/connect/add-and-pay-out-guide
What have you tried so far?
@grave imp Please confirm if it involves transferring money to bank accounts, similar to the feature in our app (e.g., withdrawing users' funds).
Yes, your 'users' (e.g. a connected account) would need to provide their external account information in order to receive funds from Stripe
Overall I'm confused about what it is you're trying to do
just i am getting information.
@grave imp For instance, when a user in my application adds a bank account and requests to withdraw an amount of $10, please provide the reference documentation for setting up this functionality in Node.js.
As stated, you'd use the Payouts API. Should be able to find the code examples for creating one via the API reference
But there's a ton of prerequisites to get to that point before you can just start sending money externally. Do you have an existing Connect integration?
Currently, no payout settings are configured. Please let me know the steps to set them up.