#Nyxi
1 messages · Page 1 of 1 (latest)
No it's complete. Hehe. Sometimes you'll get an array of events for an action that you didn't expect, so having a flowchart of "making requests to this endpoint may trigger the following events:"
It's not always clear
Well, doesn't need to be af flowchart, of course, but just a list of possible events could be helpful
Like above; it's not totally obvious that charge.refunded would fire for a charge that was never captured
I'd expect https://stripe.com/docs/api/events/types#event_types-payment_intent.canceled for my case above
And it will send that, but it will also send charge.refunded
(asssuming you subscribe, of course)
Thank you, I'll share this feedback with the team.