#sayid_code

1 messages ¡ Page 1 of 1 (latest)

arctic gustBOT
#

👋 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.

clever frost
shadow thorn
clever frost
#

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

shadow thorn
#

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',
??? : ??
});

clever frost
#

Is this for your platform account or a connect account?

shadow thorn
#

platform account

clever frost
#

You shouldn't be allowed to add more than 1 account per currency then

#

So specifying the currency is enough

shadow thorn
#

I have 6 linked accounts

#

I want to route all funds collected through subscriptions to my account ending in 5590

clever frost
#

Linked accounts isn't for payouts

#

Click the next tab to the right

#

It says external payout accounts

shadow thorn
#

So what are linked accounts for? I can send funds to them

clever frost
#

I don't really know all the details. We just help with api issues in here

#

We aren't dashboard experts

#

But external payout accounts is what manages accounts for payout

shadow thorn
#

Whats the best way to contact stripe directly