#xxxxx-webhooks

1 messages · Page 1 of 1 (latest)

foggy quartz
magic marten
#

Basically can there is a way from where i will get to know why this events fails .

foggy quartz
#

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

magic marten
#

Actually it is sending events related to a payout that is not created by me..

#

Can stripe cli will help in this case?

foggy quartz
magic marten
#

yes i have used connect and manually handling payout.

#

evt_1KVmg7QVHIiMMBjktkvo08nQ

foggy quartz
#

is something unexpected?

magic marten
#

Some events are failing.

#

may be the like the staging webhook is sending events to production as well?

foggy quartz
#

what part of that is unexpected?

magic marten
#

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.

foggy quartz
#

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.