Receive and log webhook post

前端 未结 1 1464
一个人的身影
一个人的身影 2021-01-25 02:34

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

1条回答
  •  时光说笑
    2021-01-25 02:54

    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))
    

    0 讨论(0)
提交回复
热议问题