#xxxxx-webhook-events

1 messages · Page 1 of 1 (latest)

slow matrix
#

Hey! Are these events retry attempts following failed deliveries?

limpid spoke
#

yes . as i have updated my database so i just want to remove all these events.

slow matrix
#

Your best bet would be to just remove/disable the existing webhook they're sending to, and create a new one (with the same endpoint) for any new events

limpid spoke
#

yes i have deleted that and create a new webhook but still its giving me error.

slow matrix
#

Can you not resolve the error? Seems like that's the underlying issue here

limpid spoke
#

I have added events payout.paid , payout.created,payout.updated

#

and its failing for so many.

slow matrix
#

What's the error? Can you share an Event ID?

limpid spoke
#

evt_1KSF7RQWA2uiCHmAFKxhXSez

slow matrix
#
{"statusCode":500,"message":"Internal server error"}
#

So that's the error message your webhook endpoint is returning to us. That's the only context we have

#

My recommendation would be to work through your webhook code and debug where the error is being thrown that is causing that

limpid spoke
#

I just want to ask a question we are sending payouts to our users every day at 1:30 using the api payouts.create and when payout.status is paid then storing the payout.id in our database. So this webhook is sending event regarding this payout why this payout.id is not found in my database.