cancel
Showing results for 
Search instead for 
Did you mean: 

Who Me Too'd this topic

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

Sognando
Contributor
Contributor

Hello everyone,

 

From this morning (12/09/2017) I've started having problems with a paypal button that has been working for almost 10 years.

 

this is the code:

 

<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="action_url" value="https://www.paypal.com/cgi-bin/webscr">
<input type="hidden" name="business" value="xxxxxx">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="image_url" value="xxx">
<input type="hidden" name="return" value="xxxxx">
<input type="hidden" name="cancel_return" value="xxxxx">
<input type="hidden" name="notify_url" value="xxxxx">
<input type="hidden" name="rm" value="2">
<input type="hidden" name="currency_code" value="GBP">
<input type="hidden" name="lc" value="ES">
<input type="hidden" name="cbt" value="PINCHA AQUI PARA COMPLETAR LA RESERVA">
<input type="hidden" name="charset" value="utf-8">
<input type="hidden" name="no_shipping" value="1">
<input type="hidden" name="item_name" value="xxxxx xxxxxx"
<input type="hidden" name="item_number" value="xxxxx xxx">
<input type="hidden" name="amount" value="100">
<input type="hidden" name="invoice" value="invoice_xxxxxx_xxxxx">
<input type="hidden" name="first_name" value="xxxxx">
<input type="hidden" name="last_name" value="xxxx">
<input type="submit" name="book" value="RESERVE NOW" class="book"> </form>

 

----

 

error message

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

 

url

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

 

-----

 

I've already tried everything but I can't really figure out what is the problem.

 

If I remove the "item_name", it works however the system requires to the customer to fill upthe item name and this is something that I don't want to happen.

 

Anyone that can help me?

 

(I can't see any spaces in the wrong places, any missing variables, etc. the button hasn't been updated since at least 2012 however I don't see any problem)

 

thanks

 

Login to Me Too
Who Me Too'd this topic