#scrollup2
1 messages · Page 1 of 1 (latest)
Hi there
Don't believe this is really possible with the Reports API. You would want to use the API to list balance transactions by app fee type and then expand the source. That should provide you with the associated Connected Account.
right that's what we've been doing till now, but I was wondering if things have changed.. I'm surprised the report you can generate only lumps all fees into one "fees" column
the main issue is that the Stripe report generates thousands of records very fast, but via api I can only retrieve 100 per request which can take 1-2 seconds so for a date rage with thousands of records can take a few minutes
Yeah I understand. Ideally this report would be supported via the Reports API and you wouldn't have to paginate via the BT API
Are you using Destination Charges or Direct Charges?
direct
Yeah so then the above holds true... you can't use the Connect reports since both the processing fee and the app fee will be lumped together from the Reports API
When you retrieve Reports for your Connected Accounts that is
I'll put in a feature request to have an App Fee column added
But for now, you are best off just listing Balance Transactions
thanks, I've been doing that as well from the platform account, and then I need to filter the specific connected account I'm interested in.. ok I hope this feature is added in the future thank you