#myz123

1 messages · Page 1 of 1 (latest)

sinful scaffoldBOT
upper seal
#

I made two success payments, but why created 12 webhook events and they all fail

#

Hello, are you there?

#

@humble tusk

humble tusk
#

Hi, what error does it tell? (Click on each row)

upper seal
#

I should have two success payment webhook events, but now get 12 fail events

humble tusk
#

Yes but can't you click on the line and bring to an event page?

#

With event id like evt_xxx

upper seal
#

"id": "evt_3OELlnKOpvLJLJo31obqULDy",

#

I don't know why this happen. I should be like this

#

The http status code is timed out

#

@humble tusk You made two payments become 12 times.

humble tusk
#

Okie that means your server didn't receive the webhook event well. Have you checked your server log?

#

Not it doesn't "become 12 times". It retries when the server didn't response 200

upper seal
#

I checked. It triggered payment event 12 times.

humble tusk
#

You would want to check your server log and see why it doesn't response 200

upper seal
#

Can I delete these events, I don't want them to resend after 15 hours.

#

@humble tusk How can I delete these events and don't allow them to send again?

humble tusk
#

You can disable your webhook endpoint temporarily, and when you are ready you can enable the endpoint again

#

But really you can just change your endpoint server to ignore the events and just return 200, would be easier