#Raphael_z-payout-report
1 messages · Page 1 of 1 (latest)
Hey, you'll want to list the Balance Transactions for the given Payout ID: https://stripe.com/docs/api/balance_transactions
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
You can stipulate a specific type if you prefer too (i.e. stripe_fee)
"url": "/v1/balance_transactions" ?
how can I list the balance for the given payout ID
the url is general
is there a type for Network Costs?
or another way to reach the data that I sent you in the screenhot
Are you using one of our libraries?
I don't think so
How are you making API requests?
Yes but I am using an Integration PLatform called Workato
Your URL will be something like: https://api.stripe.com/v1/balance_transactions&payout=po_xxx
thank you but I will need to calculate the summary ? once I listed all balance_transaction?
is there another way to retrieve the summary directly from Stripe
You can export the data from the Dashboard, yes: https://dashboard.stripe.com/test/payouts
Or using Reports: https://dashboard.stripe.com/test/reports/reconciliation