#diamond970042
1 messages · Page 1 of 1 (latest)
👋 happy to help
would you mind pasting the event ID?
so I can take a look at it please?
@peak tartan, what I prepare for you?
just send me the evt_xxx ID
in all cases, sometimes you will eventually get a duplicate event, and we detail here https://stripe.com/docs/webhooks#handle-duplicate-events how to handle these cases
id: 'evt_1OgPakFi6jIXNXMzQIit2mMs'
@peak tartan, solution is that I should record event id, and if I already have it, I can ignore this, right?
yes that's one way
I think the problem here is that you registered the webhook enpoint twice
so basically for the same URL you have 2 webhook endpoints registered
we_1OgPNTFi6jIXNXMz8Wn9n6fp and we_1OfHL9Fi6jIXNXMzHaaerZ04
yes, maybe, so if I changed url, it can be solved without any problem, right?
but that doesn't mean in the real life you wouldn't potentially get the same event twice
it's just that in this case it's more an issue of webhook endpoints configuration
and for what it's worth
I just checked I added same url twice.
you should look into checking all of your webhook endpoints
most of them I think we wrongly configured
your help is valuable for me. thanks,
let me know if you need any more help