#dorf-Connect
1 messages · Page 1 of 1 (latest)
My use case. We (A) have a user (B) that needs to payout to different bank accounts based on location (C and D). The only solution here is for the User B, to manually payout to their connect accounts? We (A), can't direct through account ID B to Account ID C or D, correct?
Account B will provide us the account IDs of C and D, while yes we might not be able to get them ourselves
Yes, a Connect account is also a Stripe Account, and it can become a Platform
Since C and D are connected to B, not A, so A cannot directly payout to C and D, but B can.
Can I code it in a way so that C is paid from B, all through platform A? Essentially, at the transaction level, can payments go through A to B to C?
or at the transaction level I can only go from A to B, then after the fact I have to create a way for it to go from B to C or D
One way you can try is to perform a payout form A to B first, and listen to the webhook event payout.paid to trigger another payout from B to C.
Happy to help 🙂