#mathieu-cli

1 messages · Page 1 of 1 (latest)

vestal bramble
odd ember
#

okay so it's best to check that kind of behavior live on pre-production server

odd ember
#

I tested it again on our integration server (so not with stripe listen) and i still got the same behavior about my endpoint code being executed two times for what is seems to be one trigger call.

Here is targetted customer https://dashboard.stripe.com/test/customers/cus_KjToy38OgGPMve, you can see from the logs that invoice.payment_failed happen just once.

And our backend log this two times :

vestal bramble
#

you can sometimes get duplicate events

#

checking something..

odd ember
#

woaw ok didn't read that part from the documentation

vestal bramble
#

I don't think we necessarily sent a duplicate event here(it's possible though), but you do have 4 different things listening so maybe there's some setup on your side where they are getting forwarded to the same place?

odd ember
#

since they have differents urls no there is no forward on our side