#koja-reporting
1 messages · Page 1 of 1 (latest)
I'm using direct transfers.
do you mean Direct Charges? (https://stripe.com/docs/connect/direct-charges) or do you mean you are creating Transfer objects with /v1/transfers. They're very different and it affects how you might do the reporting.
so you mean https://stripe.com/docs/connect/direct-charges? You create payments and pass the Stripe-Account option?
then the easiest way to do some reporting is to start by listing ApplicationFees on your platform account! those link to the Charge on the connected account so you can get all the context you're looking for I think. https://stripe.com/docs/api/application_fees/object#application_fee_object-charge
And how to get all feeds made?
you can use https://stripe.com/docs/api/application_fees/list !
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
hmm that might work? not all balance transactions are associated with an ApplicationFee