#tomhamiltonstubber-list-balance-transactions
1 messages ยท Page 1 of 1 (latest)
Hi ๐ since you're using automatic payouts, I think this approach may do what you're looking for.
Can you try listing the Balance Transactions for your Connected Account, but pass the ID of a Payout object as a filter to that request:
https://stripe.com/docs/api/balance_transactions/list#balance_transaction_list-payout
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Ah nice, thanks!