#hemabhravee
1 messages · Page 1 of 1 (latest)
Hi, what do you mean by 'payment'? You can create a transfer, https://stripe.com/docs/api/transfers/create and send funds to your connected account. Or, you can create an invoice and invoice them, https://stripe.com/docs/api/invoices/create but there is not a direct payment flow. That is not how Connect accounts work.
So I'll have to create a payout from the source and then a transfer to the destination - Is this right?
Hmm, no. No payout, you just create a transfer
Umm I'm kinda confused because transfers don't have any source account id associated with them
You can pass in the source_transaction: https://stripe.com/docs/api/transfers/create#create_transfer-source_transaction, you can use this parameter to transfer funds from a charge before they are added to your available balance. However, I'm confused on what you're realy trying to do. If you have funds availanle on your account, you can just create a transfer from your account balance.
Okay, so my requirement is to enable connect accounts to add funds to their own account balance, and also be able to send funds (preferably directly from their balance) to another connected account.