#Giriraj

1 messages · Page 1 of 1 (latest)

smoky barnBOT
spiral barn
#

No, you can't transfer funds from connected account to platform, you can only transfer funds from platform to connected accounts

rocky vortex
#

@spiral barn i mean i m trying to transfer platform balance to platform(administrator) using above link

#

bcz i have set manual option for payout.

#

platform mean (administrator)

#

const transfer = await stripe.transfers.create({
amount: amount,
currency: 'usd',
destination: platform_account_id,
});

spiral barn
#

I don't understand. what is platform(administrator) ?

rocky vortex
spiral barn
#

I see. I think you mean payouts.

rocky vortex
#

yes

spiral barn
#

Are you on automatic payout or manula payout?

rocky vortex
#

manual

spiral barn
rocky vortex
#

can i use transfer method?

#

const transfer = await stripe.transfers.create({
amount: amount,
currency: 'usd',
destination: platform_account_id,
});

rocky vortex
# rocky vortex

this will transfer stripe balance to above screenshot's acc_xxx ?

spiral barn
#

No

rocky vortex
#

oh, you mean transfer method only work for stripe connect account?

#

suppose i have signup with stripe account for my bussiness. and i have set payout method as manual. and i need to send money from my stripe balance to my bussiness account then?

#

@smoky barn @spiral barn

spiral barn
#

Can you tell me exactly what you want to achieve?

rocky vortex
#

@spiral barn i need to transfer money from my stripe account balance to my own bussiness account's acc_xxx. bcz i have set payout method manual.

spiral barn
#

There's no need to tag me for every message you typed, it won't get your question answered faster.

rocky vortex
#

ok no issue

spiral barn
#

Is this acc_xxx a connected account of your platform account?

rocky vortex
spiral barn
#

Then it's the same account.

rocky vortex
#

yes, it's same

spiral barn
#

You can use the payouts API that I shared earlier to create a payout to move funds from your stripe account to an external bank account

rocky vortex
#

if i need to transfer with same account then?

#

no, need to use external bank account

#

ok, just let me know. if i have set payout method manual. then when will receive amount on my bussiness account?

spiral barn
rocky vortex
#

suppose below screenshot available balance is 1000$. and i have set manual payment method.
and i need to transfer 900$ to stripe connect account. and remaining 100$ i will take charge from 1000$.
so, that 100$ how can i transfer my owner account?. it's not stripe connect account

#

owner account mean i have signup with my new bussiness.

spiral barn
#

I don't underand your question.

rocky vortex
#

I wan't to transfer balance available from below screenshot to the following account

spiral barn
#

That's your own account, am I right? As I said earlier, use the Payouts API if you are on manual payouts.

rocky vortex
#

when i generate payout then it will be going to transfer in above highlighted acc_xxx? or own account acc_xxx?

spiral barn
#

You can find your own account ID from the Stripe Dashboard -> Settings ->Account Details

rocky vortex
#

yes thank you

#

when i generate payout then it will be going to transfer in own account?

spiral barn
#

You mean your bank account that you set in your Stripe Dashboard? if so, yes

smoky barnBOT
rocky vortex
#

yes