#dinesh_11953
1 messages · Page 1 of 1 (latest)
Hi
Sorry, I don't quite get your question. Can you share the example scenario/flow?
if we transfer any amount to connected accounts and we want to payout for that transfer on connected account then how we will do this?
eg. from stripe main account we have transfer amount of 50 euro to any connected account then after some time we want payout of that money by api to connected account default bank
Payout can be in the forms of automatic or manual.
If it's automatic, Stripe will payout to the connected account's external bank account with the configured schedule: https://stripe.com/docs/connect/manage-payout-schedule
If it's manual, your system can send payout request to Stripe: https://stripe.com/docs/connect/manual-payouts
we have set manual payouts in connected accounts and want to payouts through api now
Then https://stripe.com/docs/connect/manual-payouts should be the guide for you
there is not method or api to payout corressponding to any transfers?