#Shammah Chancellor - Balance Transactions
1 messages · Page 1 of 1 (latest)
Hello! Yes, if you're on automatic payouts you can do this: https://stripe.com/docs/expand/use-cases#charges-in-payout
Or use this API if all you need is the Balance Transaction itself: https://stripe.com/docs/api/balance_transactions/list#balance_transaction_list-payout
@little pewter My problem is that I have a charge -> balance_transaction and I need to know if it was payed out. It seems I have to select a bunch of payouts, fetch all the balance transactions, and then check that set to see if it was included in any.
We're cutting over to using stripe connect from a manual after-payout transfer of funds, and I need to make sure we transfer the charges which have not been paid out yet to the appropriate subaccount.