#themechanic_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/1283079283501432882
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there ๐ unfortunately my teamamtes and I in this forum aren't familair with the expected outputs of those reports. We specialize in helping developers work with our API. I'd suggest reaching out to our Support team regarding this:
https://support.stripe.com/?contact=true
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Not without substantially more context, but even then I may not have insight here.
What report are you running? What do you mean when you say it's all zeroes? What is the "admin" that you're comparing it to? What do you see in that "admin" view?
i'm running (for the example id i gave) "report_type": "balance.summary.1" on a connected account. Everything is running (the report is generated, and my webhook triggered), but the data in the file is not matching what i see in stripe dashboard
can you confirm i should be able to get the data on a connected account with this reporttype ?
i see report type in the doc prefixed with 'connected_account', here is it the error ? but in this case, what are the correct report type matching for :
- balance.summary.1
- payouts.summary.1
- balance_change_from_activity.summary.1
What report types you should run isn't something we're familiar with in this forum. But based on what I'm seeing here you should be using a connected_account_ report type to generate a report for your Connected Account's data:
https://docs.stripe.com/reports/report-types/connect
ok i will try to find a match, hoping it exists