#Youscer-connect
1 messages · Page 1 of 1 (latest)
Hi @manic panther! Give me a few minutes to look into this.
Have you looked into transfer_group https://stripe.com/docs/connect/charges-transfers ?
So if i put an arbitrary string representing the order (for exemple the order id in database) in the transfer_group of the intents
When creating transfers, I put this same string for transfer_group and, without specifying a "source_transaction", it will get the funds from all the intents with this transfer_group ?
no, it doesn't affect where the money comes from(only source_transaction does that), it's just a bookkeeping thing.
Oh ok, does stripe provide a way to achieve this behavior ?
We have multiple source_transaction
there's a one-to-one link between transfer and source_transaction
so you can't create a transfer that uses pending funds from multiple charges , no ,if that's what you're trying to do
you'd have to switch your platform to manual payouts and wait until you have enough accumulated available balance, and then transfer from that