#xfechx-connect-webhooks
1 messages · Page 1 of 1 (latest)
So, with connected accounts. I can see that the connected webhooks are all sent to all connected accounts...
is there a possibility of filtering the webhook so that it is only sent to a specific connected account? So that not all my connected accounts are sending all to all my webhooks?
It's not. Connect webhooks will receive all configured event types from all connected accounts
You can use the account field in the event payload to filter out specific events: https://stripe.com/docs/connect/webhooks
yes, I know how to filter them on my webhook, but is there a way of them not being generated for ALL?
also, can you please remind me of how to see all of the logs for the connected accounts' events, requests, etc?
but is there a way of them not being generated for ALL?
There's not, no
Via the Dashboard: https://dashboard.stripe.com/connect/accounts/acct_xxx/activity
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
I don't think I can see everything?
What event are you expecting to see that you can't see
Do you have a specific Event ID?
Where can I get it from?
It is from an attempt to create a coupon from a connected account
??
Can you share the code? Or is this via Dashboard?
What is the problem you're actually trying to solve?
I am trying to look at the error thrown by wanting to create a promotion code of one of my connected accounts
An error to an API request? Or handling the associated webhook event?
just want to know the logs for coupon and promotion code creation for a connected account please
This is what I'm asking you, the request log or an event log? They're different
can I know for both please