#aayushr
1 messages · Page 1 of 1 (latest)
Hi
Are they the same eventIds or different ids ?
i tried using stripe resend <event id> and it still runnign twice
the vercel logs show that it is triggered twice
however the striepe cli is showint it is only sent once
Could you please answer this:
Are they the same eventIds or different ids ?
the same
Is this happening always? because occasionally the webhook may receive the event twice:
https://stripe.com/docs/webhooks/best-practices#duplicate-events
You need to build your integration in a way to handle this case too.
this just started happening today,
Double check if you are making the request just once.
But in general your integration need to be able to handle multiple requests.
how can i do that?
You need to keep tracking of the eventId (in your dataabse) and don't process the same event twice