简体   繁体   English

我没有使用条纹在webhook url中收到任何事件

[英]I am not getting any event in webhook url using stripe

I have implemented a webhook url in the stripe account. 我已经在条纹帐户中实现了webhook网址。 I am getting an notification in the webhook url but not getting any event. 我在webhook网址中收到通知,但未收到任何事件。 It means I am getting an empty notification in the webhook url. 这意味着我在webhook网址中收到了空通知。

Fig shows Stripe account test result of webhook url 图显示webhook url的Stripe帐户测试结果

在此处输入图片说明

and webhook url code 和webhook网址代码

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

}

And server logs 和服务器日志

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]: ========================

Please Help 请帮忙

Thank 谢谢

At last I Have fixed this issue. 最后,我解决了这个问题。 The simple fix is 简单的解决方法是

request.JSON 

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 从条带webhook事件中检索条带数据 - Retrieve stripe data from stripe webhook event 在编写代码从 URL 下载内容后,我没有在日志中收到任何 output - I am not getting any output in Log after writing code to download content from URL Stripe Java API - 无法从 Webhook 解析事件对象 - Stripe Java API - Cannot parse Event object from Webhook 为什么我没有得到任何输出? 并且有一个InputMismatchException - Why am I not getting any output? And there is an InputMismatchException 为什么我没有收回任何价值? - Why am I not getting any values back? 当我尝试使用 isDisplayed 方法验证 webElement 时出现 NPE。 我无法访问任何网络元素并对其执行操作 - I am getting NPE when i try to validate a webElement using isDisplayed method. I am unable to access any webelement and action on it 为什么我在此代码中的任何地方都没有使用此URL不支持的错误HTTP GET方法 - Why I am getting error HTTP GET method not supported by this URL, while I am not using it anywhere in my code 在 java 18 版本中不使用主要方法时我没有收到任何错误 - i am not getting any error while not using main method in java 18 version 有什么方法可以解决对Web元素排序的问题? 使用拖放功能排序时遇到困难 - Is there any way to solve sorting web element ? I am getting difficulties while sorting using drag and drop function 我没有收到任何错误,但没有任何内容插入到我的数据库中 - I am not getting any error but nothing is getting inserted into my database
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM