#productbuy-Connect
1 messages · Page 1 of 1 (latest)
Hi there, I think you mean a list of transactions by payout?
If so, you can use the balance transaction list API. Pass the payout ID to get the list of related transactions https://stripe.com/docs/api/balance_transactions/list?lang=curl#balance_transaction_list-payout
Thanks @crisp roost !
Yes, I mean a list of transactions with the actual deposit amounts after stripe fee and destination charges have been removed.
Got it, then that API should help you.