#maddesa-payouts-transactions
1 messages · Page 1 of 1 (latest)
Hello! Starting a thread for you really quick
Is this for a balance transaction that comes from a transfer to a connected account?
It is for a series of application fees that come from multiple connected accounts
so we want to reconcile the application fees per customer in the payout
So this for a payout on the platform, and you want to look at the application fees that are coming in from the connected accounts?
correct
Our accounting team is using the console to export that data
but there is no id in that export that associates the application fee to the connected account
and for the record, I know nothing about accounting
I see what you're saying - there should be a way to get this through the API, let me just dig to find it
If not through that API is there any api that can give em all the transactions associated with a payout and the connected account id
I did look a little, but there was nothing I saw that stood out as the answer
I believe when you retrieve the Balance Transaction you can expand source (see https://stripe.com/docs/api/balance_transactions/object#balance_transaction_object-source), and that'll give you the full Application Fee if that's where the funds are from. On the Application Fee object you can then check account (see https://stripe.com/docs/api/application_fees/object#application_fee_object-account)