3

I'm trying to test a paypal form through the sandbox, and have created a preconfigured test account.

However, when I go through my paypal form and enter the password I am proceeded with this error:

"The link you have used to enter the PayPal system is invalid. Please review the link and try again."

I am unsure what this error means. I removed my email address I am aware it shows as xxxxxxxx@gmail.com in the example below.

My form is below:

<form name "_xclick" action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post">

SteamID: <input type="text" name="item_number" value="<?php echo $steamid;?>" size="45">
<br> <?php echo $possible;?>
<input type="hidden" name="item_name" value="Seriouspants Donation <?php echo $steamid;?>">
<input type="hidden" name="cmd" value="_xclick-subscriptions">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="business" value="xxxxxxxx@gmail.com">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="no_shipping" value="1">
<input type="hidden" name="return" value="http://seriouspants.net/customs/paypal/complete.php">
<input type="hidden" name="a3" value="5.00">
<input type="hidden" name="p3" value="1">
<input type="hidden" name="t3" value="M">
<input type="hidden" name="src" value="1">
<input type="hidden" name="sra" value="1">
<br /><br />
<input type="submit" name="Submit" value="Submit">

</form>
4

3 に答える 3

4

支払いを受け取るための支払いメールは、個人アカウントにある場合があります。ビジネスアカウントにアップグレードしてください。それは私のために働いた。

于 2012-09-20T22:22:29.937 に答える
0

私の問題は、ビジネス アカウントを確認していなかったことです。テスト アカウントのコードが記載されたメールを受け取るには、通知 ( https://developer.paypal.com/developer/notifications/ )にアクセスする必要があります。

于 2015-12-18T16:39:06.057 に答える
-1

https://developer.paypal.com (sandbox.paypal.com ではありません) に別のサンドボックス アカウントを作成する必要があります。そこでは、偽の残高を使用して内部に複数のテスト アカウントを作成できます。

于 2015-04-10T11:14:56.287 に答える