#marwan_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1354535693023445176
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
the payout transactions are alot it takes 6mins to fetch them all, so, we cannot do aggregations, you guys already have this functionality on the stripe dashboard
Hi there ๐ you'll want to list all Balance Transactions for the Payout.
https://support.stripe.com/questions/find-what-transactions-were-included-in-or-impacted-a-payout-amount#:~:text=Balance Transactions API
You can make a request to list Balance Transaction objects and provide the ID of the Payout you're interested in to the payout field when doing so to only return transactions associated with that Payout:
https://docs.stripe.com/api/balance_transactions/list#balance_transaction_list-payout
yeah, the issue is that they are too many that it takes 6mins to get all of them, so i cannot do that, if you check the stripe dashboard
https://dashboard.stripe.com/acct_1OEkpDBGOEsaUXzs/payouts/po_1R1HUwBGOEsaUXzsce5lblvK
u can see the summary section there and the transactions are paginated
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Sorry, I'm not sure what your question is then.
i want a way to get the summary (total charges, total refunds, total adjustments) of a payout without fetching all of the payout transactions
this section
That's not available via the API.
I removed the screenshot because I couldn't tell whether it was real or testmode data, and this is a public forum.
is there a way we can do it ?
can we like add a feature request or something, u guys already have the data on the dashboard
Yeah, I can file feedback that this is something you'd be interested in seeing exposed via the API in the future.
yes please, can u send me the feedback number if available ?
That's not something that is generated for feedback submissions.
is there anyway i can track the progress on that ?
๐ you would write into our Support team via https://support.stripe.com/contact/login and they can update you if there is movement. Overall we can't promise any sort of timeline for feature requests.