#clydstrife_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/1239812236067737640
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there, have you tried this API? https://docs.stripe.com/api/balance_transactions/list#balance_transaction_list-payout
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Hello! Yes I did, but I'm confused about some things. Basically I passed the payout object ID, the Type, and I've also expanded the data.source so that i can see the origin. It did list balance transactions, but I'm confused if they are the right charges? For example I have a payout amount of $142.35. I set the type parameter to charge and it listed like 20 charge objects that have varying amounts that wouldn't total to $142.35 hence my confusion if I did retrieve the correct associated charges. I'm pretty new to it so I apologize in advance.
If you open the Payout on your Dashboard, do you see the same data?
They should be correct, but there could be some more things included in which make to total amount
Unfortunately I can't access the dashboard since my boss won't allow me to access the account haha. But supposedly the listing returned from the Balance Transactions API is correct yes? Thanks for the help btw.
Yes should be correct