Hi, @stripe is there a way to get a simple list of your events anywhere, so we can cross check the latest list with what we're handing?
(Right now we do this :)
curl -s https://stripe.com/docs/api/events/types|perl … -ne 'while(s/"type":"([^"]+)","description//){push(@e,"$1\n")}END{print sort @e}'
You can pull event lists from the API by following the instructions at: https://stripe.com/docs/api/events/list … Be mindful of pagination if you do! https://stripe.com/docs/api/pagination …
-
-
Ah - looking for a quick way to get a canonical list of valid event names, rather than a list of events which have been sent to us recently (Sorry, the joy of fitting a question and a string of line noise^W^W^W^Wbit of
#perl code into a tweet :)Thanks. Twitter will use this to make your timeline better. UndoUndo
-
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.