#minaturecookie-connect
1 messages · Page 1 of 1 (latest)
hi! well generally yes.
When you create a transfer to a connected account via https://stripe.com/docs/api/transfers, that requires your available balance on your platform to be >= the amount you pass, yes.
But if you link the transfer to an incoming payment via source_transaction (https://stripe.com/docs/connect/charges-transfers#transfer-availability) then you can link the transfer to a pending payment.
or if you use Destination charges, this happens automatically.
Oh, amazing! Thanks 🙂