#themechanic_reportruns-parameters-accountheader

1 messages ยท Page 1 of 1 (latest)

rigid meteorBOT
#

๐Ÿ‘‹ 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/1264976272921198752

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

radiant steepleBOT
#

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.

potent arch
rustic owl
#

hi

#

here it is : req_LxEfGDBvsOM2AV

potent arch
#

Thanks for this, taking a look now

rustic owl
#

oh ok, the doc is ambigious

#

in create report doc api there is a parameter:

#

parameters.connected_account
string
Connected account ID to filter for in the report run.

potent arch
#

Ah yes. Unfortunately there is some discrepancy between different report types with respect to what parameters they will accept. Getting the balance right between flexibility and ease of use is tricky.

You can see individual report types and the parameters they will accept here
https://docs.stripe.com/reports/report-types/balance

rustic owl
#

ok thanks ๐Ÿ™‚

potent arch
#

Sorry we have different docs for the different categories of report type

rustic owl
#

are we ok than my webhook in main account should be triggered when i create a report with for a connected account ? my webhook seems to not be triggered

potent arch
#

If you make a request on a Connect Account (using the Stripe-Account header), it will not create events on your main webhook since the changes those events are generated for are not occurring on your account.

To receive webhook events for those changes, you will need to implement a Connect webhook endpoint.
https://docs.stripe.com/connect/webhooks

rustic owl
#

ok i see my mistake

#

it's clearer, thanks

potent arch
#

Okay great! Happy to help ๐Ÿ™‚