PayPal cannot process this transaction because of a problem with the seller's website.

teclive
New Community Member

hi there, i am working on a clients site that allows open amount for payment.

 

when i put in the amount and the comment i get the following error when i click the paypal button

 

PayPal cannot process this transaction because of a problem with the seller's website. Please contact the seller directly to resolve this problem.

 

i have read through many of the other threads but the problem still persists

 

below is the code being used for the paypal form.

 

any help would be greatly appreciated.

thank you

 

<!-- PAYPAL TABLE  --><form action="https://www.paypal.com/cgi-bin/webscr" enctype="application/x-www-form-urlencoded" method="post"><input name="cmd" type="hidden" value="_cart" /> <input name="business" type="hidden" value="CLIENTS PAYPAL ADDY IS IN HERE" /> <input name="item_name" type="hidden" value="Paypal Payment" /><input name="currency_code" type="hidden" value="AUD" />
<div>
<table id="table1" class="custom-table" border="0" cellspacing="0" cellpadding="10">
<tbody>
<tr>
<td>
<table id="table2" class="custom-table" border="0" cellspacing="0" cellpadding="10" width="100%">
<tbody>
<tr>
<td valign="middle">
<p align="left">Enter Amount:<br />$<input class="custom-form" name="amount" size="8" type="text" /></p>
</td>
<td align="right" valign="middle">
<p align="left"><img src="images/stories/paypal-logo.png" border="0" alt="PayPal Payments" title="PayPal Payments" align="right" /></p>
</td>
</tr>
</tbody>
</table>
<p align="left"><br /><!-- START COMMENTS LINES -->Payment Comments:<br /><textarea class="custom-textarea" cols="35" rows="5" name="os0"></textarea><br /><!-- END COMMENTS LINES --><br /><input class="custom-submit" name="submitpayment" type="submit" value="Send Payment" /></p>
</td>
</tr>
</tbody>
</table>
</div>
</form>
<p> </p>
<!-- PAYPAL TABLE -->

Login to Me Too
0 REPLIES 0

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.