创建定期付款配置文件失败

发布于 2024-10-27 10:23:44 字数 846 浏览 0 评论 0原文

大家好,我正在使用贝宝实施定期付款。我的贝宝脚本现在已经在运行,其中嵌入了定期付款。我进行了很多搜索,但没有找到任何有用的材料。我从定期中找到一些材料。我从 此处 实现了 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

人生戏 2024-11-03 10:23:44

您发现的此类错误可能有以下 4 个原因..

1. You have your PayPal module configured to "Sandbox" but have not used Sandbox API credentials.

2. You have your PayPal module configured to "Live" but have not used Live API credentials.

3. You have mis-typed one or more API credentials entries, including but not limited to leaving trailing spaces.

4. You have deleted and/or recreated new API credentials in your PayPal account but have not copied those new credentials back to your store.

请检查一下.. 它可能对您有帮助..

谢谢。

there may be below 4 causes for this type of error you found..

1. You have your PayPal module configured to "Sandbox" but have not used Sandbox API credentials.

2. You have your PayPal module configured to "Live" but have not used Live API credentials.

3. You have mis-typed one or more API credentials entries, including but not limited to leaving trailing spaces.

4. You have deleted and/or recreated new API credentials in your PayPal account but have not copied those new credentials back to your store.

Just check it out..it may helpful to you..

Thanks.

可可 2024-11-03 10:23:44

我找到了解决方案...我正在使用 paypal Express Checkout..这样就不可能实现定期付款...

I have found the solution.... I was using paypal Express Checkout.. With this it is not possible to implement recurring payments...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文