#tunnnna
1 messages · Page 1 of 1 (latest)
👋 Thanks for reaching out
Are listening to the connect webhooks events from your platform account ?
https://stripe.com/docs/connect/webhooks#:~:text=Connect webhooks are for activity on any connected account. This includes the important account.updated event for any connected account and direct charges.
if so in the event body, you should have an account field that identifies the user for whom the webhook is being sent
https://stripe.com/docs/connect/webhooks#:~:text=each event for a connected account will also contain a top-level account property. It identifies the user for whom the webhook is being sent.
I see, thanks!