cancel
Showing results for 
Search instead for 
Did you mean: 

Who Me Too'd this topic

Buy Now Button - BAD INPUT ERROR

autopartsw
New Community Member

Hi all,

 

We've recently been experiencing a problem with the Buy Now button on our website. 

 

When the buy now button is clicked, the following error appears at the following URL:

 

https://www.paypal.com/webapps/shoppingcart/error?flowlogging_id=f227643aadd31&code=BAD_INPUT_ERROR

 

Paypal:

Things don't appear to be working at the moment. Please try again later.

 

Here is the code we embed into our website:

 

<form action="https://www.paypal.com/au/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="upload" value="1">
<input type="hidden" name="landing_page" value="Billing">
<input type="hidden" name="business" value="">
<input type="hidden" name="currency_code" value="AUD">
<input type="hidden" name="return" value="http://www.autopartswholesalers.com.au/cart?wtCmd=checkoutstep&amp;wtStep=successful">  
<input type="hidden" name="notify_url" value="http://www.autopartswholesalers.com.au/?wtCmd=paypalipn">

 

Please advise what we need to do here to resolve the issue. 

 

Login to Me Too
Who Me Too'd this topic