#jatinpatel0708
1 messages · Page 1 of 1 (latest)
One of the options, is to use separate charge and transfers:
https://stripe.com/docs/connect/charges-transfers
What Type of connect account are you using ?
Express Account Type
we want to transfer $$$ amount to the connected stripe Bank Account
Hi! I'm taking over this thread.
This is a two step process:
- First transfer the funds to the Express account, maybe with the Transfer endpoint https://stripe.com/docs/api/transfers/create
- Then do a payout on the connected account to send the money to theyr mank account: https://stripe.com/docs/api/payouts/create
is there any other option to transfer a directly connected bank account?
Maybe, can you clarify your question. Is this about the Transfer or the Payout?
awe need to create a Payout on the "Express" connected bank account,
For payouts there are only two options:
Either manually create the payout (as mentioned above): https://stripe.com/docs/connect/manual-payouts
Or use automatic payout so that it's done automatically for you: https://stripe.com/docs/connect/manage-payout-schedule
How can we create a Payout using API, in a connected account
This is shown in the link I shared above: https://stripe.com/docs/connect/manual-payouts#regular-payouts