#xxxxx-webhooks
1 messages · Page 1 of 1 (latest)
Basically can there is a way from where i will get to know why this events fails .
hi! you could could look at the logs on your server and what it does and what errors it might have at the time of receiving an event
Actually it is sending events related to a payout that is not created by me..
Can stripe cli will help in this case?
maybe you use Connect? what is the event ID evt_xxx that you're looking at exactly?
seems normal to me. That is an event on a Custom Connected account of yours. Your platform receives is because you have a Connect endpoint set up to listen to events happening on connected accounts (https://stripe.com/docs/connect/webhooks#connect-webhooks)
is something unexpected?
Some events are failing.
may be the like the staging webhook is sending events to production as well?
not sure what you mean. That event is for a livemode payout. It was sent to your URL api.g*******e.com/api/orders/payout/notify
what part of that is unexpected?
I am manually handling the payout , so i am creating a payout object and storing the payout.id in the table. Now listening for the events related to the payouts. Now stripe is sending event related to a payout that is not in my database[ not generated by me] , that' why failing.
hmm. You create the payout and save the ID to your database, I'm not sure how I as someone not working at your company would know why the ID is not in your database.
I looked at the API request where you create the payout object and I don't see anything unusual about it, it would have returned the ID.