1

こんにちは、ペイパルで定期支払いを実装しています。私のペイパルスクリプトはすでに実行されており、定期的な支払いが組み込まれています。私はたくさん検索しましたが、有用な資料は見つかりませんでした。Recurringからいくつかの資料を見つけました。ここから createrecurringpayments.php のコードを実装し、変数を自分のものに合わせて変更しました。トランザクションが完了すると、ブラウザーを 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

2 に答える 2

3

このタイプのエラーの原因は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.

ただそれをチェックしてください..それはあなたに役立つかもしれません..

ありがとう。

于 2011-04-26T06:46:53.940 に答える
0

私は解決策を見つけました....私はペイパルエクスプレスチェックアウトを使用していました..これでは、定期的な支払いを実装することはできません...

于 2011-04-15T11:54:38.643 に答える