#mathieu-cli
1 messages · Page 1 of 1 (latest)
stripe-cli has some issues with not always forwarding all events, so I'd imagine it's something related to the same root cause overall https://github.com/stripe/stripe-cli/issues/600
okay so it's best to check that kind of behavior live on pre-production server
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 :
woaw ok didn't read that part from the documentation
if it helps https://dashboard.stripe.com/test/events/evt_1K40rED9WJsCYyaSWfTSDi4Y shows you exactly what was sent to various endpoints
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?
since they have differents urls no there is no forward on our side