#harisabbasi12

1 messages · Page 1 of 1 (latest)

dire nightBOT
strong obsidian
#

Hi there!

#

You want to create a manual payout on a connected account?

novel kettle
#

Yes, i want to initiate payout of 30$ on a connected account to their external account. Is this possible?

strong obsidian
novel kettle
#

Uhh nice, i got it
const payout = await stripe.payouts.create({
amount: 3000,
currency: 'usd',
},
{
stripeAccount: '{{CONNECTED_ACCOUNT_ID}}',
}
);
so i would be doing something like this?

strong obsidian
#

Yes, just make sure to replace '{{CONNECTED_ACCOUNT_ID}} with an actual account ID (acct_xxx)

novel kettle
#

Cool perfect thank you