创建定期付款配置文件失败
大家好,我正在使用贝宝实施定期付款。我的贝宝脚本现在已经在运行,其中嵌入了定期付款。我进行了很多搜索,但没有找到任何有用的材料。我从定期中找到一些材料。我从 此处 实现了 createrecurring payments.php 的代码根据我的改变变量。交易完成后,我将浏览器从 DoExpressCheckoutPayment.php 重定向到该文件。但在 createrecurring payment.php 我总是收到以下错误。 CreateRecurringPaymentsProfile failed: Array ( [TIMESTAMP] => 2011%2d03%2d28T11%3a44%3a30Z [CORRELATIONID] => 81d0c488123c4 [ACK] => Failure [ VERSION] => 54%2e0 [BUILD] => 1776465 [L_ERRORCODE0] => 10002 [L_SHORTMESSAGE0] => 安全%20error [L_LONGMESSAGE0] => 安全%20header%20is%20not%20valid >错误)。
Hi All I am implementing recurring payments with paypal. My paypal script is already running now embedding recurring payments in it. I have searched a lot and not find any useful material. I found from Recurring some material. I implemnted the code of createrecurringpayments.php from here and changed the variables accorinding to mine. I redirect browser to this file from DoExpressCheckoutPayment.php when transaction is completed. But at createrecurringpayment.php I always get the following error.CreateRecurringPaymentsProfile failed: Array ( [TIMESTAMP] => 2011%2d03%2d28T11%3a44%3a30Z [CORRELATIONID] => 81d0c488123c4 [ACK] => Failure [VERSION] => 54%2e0 [BUILD] => 1776465 [L_ERRORCODE0] => 10002 [L_SHORTMESSAGE0] => Security%20error [L_LONGMESSAGE0] => Security%20header%20is%20not%20valid [L_SEVERITYCODE0] => Error )
.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您发现的此类错误可能有以下 4 个原因..
请检查一下.. 它可能对您有帮助..
谢谢。
there may be below 4 causes for this type of error you found..
Just check it out..it may helpful to you..
Thanks.
我找到了解决方案...我正在使用 paypal Express Checkout..这样就不可能实现定期付款...
I have found the solution.... I was using paypal Express Checkout.. With this it is not possible to implement recurring payments...