paypal 通话期间未注意到 NOTIFYURL?
我已经设置了 PayPal Express Checkout,并且正处于放入 IPN 侦听器的最后阶段,但是当我将 IPN url 放入 DoExpressCheckoutPayment 调用中时,它不会读取它,它只是调用 IPN在我的个人资料中指定?
我目前正在使用 Sandbox,如果这有什么区别的话,它是通过 cURL 运行的,我的 IPN url 调用代码是 &NOTIFYURL=http://www.example.com/ipn.php
谁能告诉我我做错了什么?这种情况以前发生过吗?
I've set up a PayPal Express Checkout, and I'm at the final stage with putting in an IPN listener, but when I put the IPN url in the DoExpressCheckoutPayment call, it doesn't read it, it just calls on the IPN specified in my Profile?
I'm using Sandbox at the moment, if that makes a difference, it's running through cURL and my code for the IPN url call is &NOTIFYURL=http://www.example.com/ipn.php
Can anyone tell me what I've done wrong? Has this happened before?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如本页所述: https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_api_nvp_r_GetExpressCheckoutDetails
“NOTIFYURL 自版本 63.0 起已弃用。请改用 PAYMENTREQUEST_0_NOTIFYURL。 ”
as this page says: https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_api_nvp_r_GetExpressCheckoutDetails
"NOTIFYURL is deprecated since version 63.0. Use PAYMENTREQUEST_0_NOTIFYURL instead. "