#GiovanniV - webhook
1 messages · Page 1 of 1 (latest)
Ok, so we discourage listening to all events. That's generally how you end up overwhelming the endpoint with traffic and getting errors. I recommend you just listen to the events you need.
To investigate this, can you share an event where you expected a notification to be sent to the endpoint?
Also can you share the webhook endpoint's ID?
here is the URL: https://dashboard.stripe.com/test/webhooks/we_1L2gOQFSokiQVmOGtSSnx23A
listening to 262 events (i think that is all of them)
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
this is a event evt_3LLcaoFSokiQVmOG1XCfWCSK for charge.succeeded
Hello 👋
Stepping in here
It seems like you've configured the endpoint as a connect endpoint
The event that you've linked isn't a connect charge
You need to create an account webhook to listen for activity on your own account
https://stripe.com/docs/connect/webhooks
own account means ?
If you're using connect, it'd be the platform account
Own account as in the account that you currently have the webhook on.
I am creating the webhook from dashboard