I have been looking but have not found a way to recieve all information about bank transfers. I see that there is a payouts api that shows entries for the payout but does not summarize them. Do I have to summarize them myself on my end or is there another callout I can do to already get this information. I am just looking to find the total tips and deposit into my bank account so that I can report on it and have it categorized properly.
Currently with payouts there isn’t any further summarization. To get the detail your looking for you’ll need to call GetPayoutEntries. Then you’ll want to loop through the response to get all the payment_ids
can call GetPayment to get the additional details like tip_money
.