#sayid_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.
âąď¸ 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/1281260000198529097
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
This is done through payouts: https://docs.stripe.com/payouts
thanks for fast reply, but what parameters are you passing in the payout function, are you using bank account ID?
By default you should be on automatic payouts, so it should happen automatically. You want to use manual payouts instead?
If so, that's covered in that doc
Right so when you create manual payout what exact parameters am I passing
i have added 5 new external bank accounts
const payout = await stripe.payouts.create({
amount: 5000,
currency: 'usd',
??? : ??
});
Is this for your platform account or a connect account?
platform account
You shouldn't be allowed to add more than 1 account per currency then
So specifying the currency is enough
I have 6 linked accounts
I want to route all funds collected through subscriptions to my account ending in 5590
Linked accounts isn't for payouts
Click the next tab to the right
It says external payout accounts
So what are linked accounts for? I can send funds to them
I don't really know all the details. We just help with api issues in here
We aren't dashboard experts
But we have a doc on them here: https://docs.stripe.com/get-started/account/linked-external-accounts
But external payout accounts is what manages accounts for payout
Whats the best way to contact stripe directly