#Giriraj
1 messages · Page 1 of 1 (latest)
No, you can't transfer funds from connected account to platform, you can only transfer funds from platform to connected accounts
@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,
});
I don't understand. what is platform(administrator) ?
https://dashboard.stripe.com/settings/user
here i can get acc_xxx
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
I see. I think you mean payouts.
yes
Are you on automatic payout or manula payout?
manual
https://stripe.com/docs/api/payouts/create#create_payout-destination you can create a payout and specify a destination for where this payout should be sent to.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
can i use transfer method?
const transfer = await stripe.transfers.create({
amount: amount,
currency: 'usd',
destination: platform_account_id,
});
this will transfer stripe balance to above screenshot's acc_xxx ?
No
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
Can you tell me exactly what you want to achieve?
@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.
those bussiness account's acc_xxx i will get from below link
https://dashboard.stripe.com/settings/user
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
There's no need to tag me for every message you typed, it won't get your question answered faster.
ok no issue
Is this acc_xxx a connected account of your platform account?
no, just i have get that acc_xxx from here
https://dashboard.stripe.com/settings/user
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Then it's the same account.
yes, it's same
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
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?
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.
I don't underand your question.
I wan't to transfer balance available from below screenshot to the following account
That's your own account, am I right? As I said earlier, use the Payouts API if you are on manual payouts.
when i generate payout then it will be going to transfer in above highlighted acc_xxx? or own account acc_xxx?
You can find your own account ID from the Stripe Dashboard -> Settings ->Account Details
yes thank you
when i generate payout then it will be going to transfer in own account?
You mean your bank account that you set in your Stripe Dashboard? if so, yes
yes