#nikosalewski
1 messages · Page 1 of 1 (latest)
Hello! Can you provide more details? What is the Event ID of one of the Events you expected to receive but didn't? Are you using Stripe CLI to test locally or do you have a Webhook Endpoint set up on the web?
Oh, I think I blundered. I created the webhook in my main account but I'm trying to scan for a received payment in a connected account. That's the problem, right?
Yep, most likely. You need to set up a Connect Webhook Endpoint to listen for Events from connected accounts: https://stripe.com/docs/connect/webhooks
Yes, that was the problem. Thank you!