#diana_code
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. Thank you for your patience!
⏱️ We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime! If this thread is closed and you have another question you'll need to start a new thread.
🔗 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/1214660758147698719
📝 Have more to share? You can add more detail below, including code, screenshots, videos, etc.
Hello 👋
Are you following any docs for this?
As I see it, you're trying to add an external account but Its not clear if you're trying to add it to a connected account or something else
$bankAccount = \Stripe\Account::createExternalAccount(
'acct_1OoxZAHoDACKpSBJ', In this line I´m trying to add the external account to this account
External Account API is used to programatically add an external account on a "connected account"
You seem to be trying to add the bank account to your own (platform) account?
Ohh I see, well what is my best way to transfer money, using the API, to another account that doesn´t have stripe account...?
thank you soo much for you help!
In order to send/transfer money to another bank account, you will have to create a connected account for it. We don't support sending funds to a standalone bank account.