[Answered ]-Why does Stripe's webhook send the same event twice at about the same time?

1👍

You should write to Stripe Support, since only them can look into the event (evt_1LP4n0BB5Q5Dr2x7QDEfWFak) here.

My assumption is that you may mixed up and double triggered it by:

  1. Made a payment
  2. Manually calling the resend command (Why would you need to use resend in the first place?)

If you only make a payment but have 2 exactly same events came, then it’s best to talk to Stripe Support as mentioned

Leave a comment