#brian-johnson_api
1 messages ยท Page 1 of 1 (latest)
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- brian-johnson_api, 4 days ago, 13 messages
- brian-johnson_api, 6 days ago, 17 messages
๐ 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/1237453857060028497
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello! Can you give me one of the Balance Transaction IDs in the results that you weren't expecting to be in the results?
I would have to scan back through the pages again
Note that I went in to the dashboard and clicked on this payout
and exported the transactions
and it was 7,300+ transactions
I didn't page through the results for the API 700+ times though
I stopped at like 500
but we manually paid a payout to this business just a couple days back
so this first "automatic" payout should only be for the amount we had not manually sent yet
and it was - the amount was correct
Let me get you one that we already paid out
for example this payment intent is from April 15th
pi_3P5sYnDbVO0r1ghH2uzoULLY
Looking...
So the Balance Transaction for that Payment Intent showed up in the results for the request you mentioned above?
Yeah if I do a balance_transaction call for the payout ID
type=payment
limit=100
has_more=1 - so I continue from the last ID
and it just goes on and on
I will end up getting all the way back to August, 2023
I believe it is including every payment made since this business came on board in early August, 2023
and my suspicion is that since this is the first payout we've let Stripe handle - i.e. automatic
it's been manual this entire time
that it thinks all of the payments are in this payout that is finally being sent out after 8+ months
I can handle that if that is the case just wanted to double check
Yep, checking...
Yep, that's the situation. All of your historical balance transactions are going to be associated with your first automatic payout because there was no way to associate them with any of the manual payouts that happened previously.
Yep I had a hunch that is what it was
I appreciate you confirming for me
I'll work around this on our end so we're good
thanks for your help ๐
Happy to help! It makes sense when you think about it, but I've never run into this before myself, so I learned something new as well. ๐