#jarcher
1 messages · Page 1 of 1 (latest)
Hello! Unfortunately this is not possible today. This is a feature request we're aware of, and I'll bump it internally for you.
so we'd essentially just have to build our own billing system if we wanted to do that today?
Let me check something...
I was hoping we could use subscription.transfer_data but I need to split the payout between 2 connect accounts
Ah, looks like you can update the transfer_group on the Charge the Payment Intent creates: https://stripe.com/docs/api/charges/update#update_charge-transfer_group
But the Payment Intent's transfer_group cannot be updated when the Payment Intent is created by an Invoice.
ohkkay so I could hypothetically 1) pick up on the charge.succeeded webhook, relate that back to the subscription 2) update the charge's transfer_group 3) generate transfers for that transfer group to split funds
I think so, yes.
okay we'll give it a shot, thanks!