创建定期付款资料失败

问题描述

| 大家好我正在使用Paypal进行定期付款。我的贝宝脚本已经在运行,现在将定期付款嵌入其中。我进行了很多搜索,没有找到任何有用的材料。我从重复资料中发现。我从这里实现了createrecurringpayments.PHP代码,并将变量accorinding更改为我的。交易完成后,我将浏览器从DoExpressCheckoutPayment.PHP重定向到此文件。但是在createrecurringpayment.PHP中,我总是收到以下错误
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 )
。     

解决方法

您发现此类型错误的原因可能有以下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.
只需检查一下即可..可能对您有帮助。 谢谢。     ,我找到了解决方案。...我正在使用Paypal Express Checkout ..这样就无法实现定期付款...