#daniele-connect-transfers
1 messages · Page 1 of 1 (latest)
No, you can't do this, but if you have a pending charge related to the transfer you can use the source_transaction to allow that to pull from your pending balance:
https://stripe.com/docs/connect/charges-transfers#transfer-availability
Otherwise, you'd need to use manual payouts and manage your balance yourself
So that would require, on our end, an implementation to payout daily to our bank through Stripe's API taking into consideration the balance we have to keep in order to then payout our users too
As a second option, is it possible to create invoices from the connected account to us and to pay said invoice through a memorized payment method?
Or are there any options to better do this with Stripe? The aim is to be able to send payouts to some of our connected accounts on a daily basis utilising a creditcard/bank transfer through Stripe
catching up here, give me a min
So that would require, on our end, an implementation to payout daily to our bank through Stripe's API taking into consideration the balance we have to keep in order to then payout our users too
yes
is it possible to create invoices from the connected account to us and to pay said invoice through a memorized payment method?
yes you can do this, i.e. the way it would have to be done is that you create a Customer in the Connect account with a card, where the Customer is your Platform and the card is your card.
The aim is to be able to send payouts to some of our connected accounts on a daily basis utilising a creditcard/bank transfer through Stripe
you can do this via manual payouts.