I have an account set up with Stripe.com. I have configured a webhook for testing and am sending test posts to a cfm page that \"receives\" these requests. However, I am not sur
I'm sure by now you already figured this out, but you use...
ToString(getHTTPRequestData().content)
... or to put it in a CF object...
deserializeJSON(ToString(getHTTPRequestData().content))