#citruslime-payouts
1 messages · Page 1 of 1 (latest)
generally you use this : https://stripe.com/docs/expand/use-cases#charges-in-payout
you listen to payout.paid webhook events on the connected account and can then use the approach there to reconcile the transactions that make up the payout and trace back to the platform payments
That sounds like a plan. I'll give that a try now. Thanks pal.