gpt4 book ai didi

java - 我没有在 webhook url 中使用 stripe 获取任何事件

转载 作者:行者123 更新时间:2023-11-30 11:23:42 26 4
gpt4 key购买 nike

我在 stripe 帐户中实现了一个 webhook url。我在 webhook url 中收到通知,但没有收到任何事件。这意味着我在 webhook url 中收到一个空通知。

图为 webhook url 的 Stripe 账户测试结果

enter image description here

和 webhook url 代码

 def stripeEventHandler(){
println("=========Stripe Request===============")
println("${params}")
println("========================")
render view:'index'

}

和服务器日志

2014-01-10T12:58:17.799473+00:00 app[web.1]: =========Stripe Request===============
2014-01-10T12:58:17.799749+00:00 app[web.1]: [action:stripeEventHandler, controller:home]
2014-01-10T12:58:17.799941+00:00 app[web.1]: ========================

请帮忙

感谢

最佳答案

终于解决了这个问题。简单的修复是

request.JSON 

关于java - 我没有在 webhook url 中使用 stripe 获取任何事件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21045160/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com