#myz123
1 messages · Page 1 of 1 (latest)
I made two success payments, but why created 12 webhook events and they all fail
Hello, are you there?
@humble tusk
Hi, what error does it tell? (Click on each row)
Yes but can't you click on the line and bring to an event page?
With event id like evt_xxx
"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.
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
I checked. It triggered payment event 12 times.
You would want to check your server log and see why it doesn't response 200
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?
You can disable your webhook endpoint temporarily, and when you are ready you can enable the endpoint again
You can disable in Dashboard or using API https://stripe.com/docs/api/webhook_endpoints/update#update_webhook_endpoint-disabled
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
But really you can just change your endpoint server to ignore the events and just return 200, would be easier