Stripe Express Account ID

Good morning everyone
I have a traditional Stripe account and inside I created a Stripe Express account, of course they have 2 different AccountIDs.
The goal is to see all Payout events only of the Stripe Express account, so I created a restricted api key only for make, I created the connector, I listened to the function with all the payout events and I realized that only the events of the primary account of stripe and not those of Stripe Express arrive.
I searched the stripe manuals and it clearly indicates that in my configuration, the AccountID must be mandatorily entered. I searched the manuals for Make’s Stripe connector, but I couldn’t find any fields where I could enter the AccountID I want to check.
Is there a solution to this problem? If so, can you tell me which one?
Thanks in advance for the answers.