Sandox Works, Live Doesn't. Amount Error.

BOTE
Contributor
Contributor

I've been stuck on the AMOUNT_ERROR message when processing PayPal payments. Our website that's been up and running for a while.  The same code works with the SANDBOX url but not with the PRODUCTION url.  We have been loosing money for days trying to figure this out. As of May 30, 2018 (10am) it stopped processing and only gives the "Things don't appear to be working at the moment" message.  And the URL says:  https://www.paypal.com/webapps/shoppingcart/error?flowlogging_id=54a5c550d73a1&code=AMOUNT_ERROR&mfi...I double checked my amount values to make sure we weren't using any commas and trimmed it to make sure there were no blank spaces in the variables.  My form values are below, any help that anyone can provide would be greatly appreciated. (p.s. HTTPS Secure Connection Test: I also replaced the Production URL with the tlstest.paypal.com/cgi-bin/webscr in the action tag to make sure I got an "connection ok" message for the TLS 1.2\HTTP 1.1 protocols):

 

<form action=" https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="first_name" value="Terry"/>
<input type="hidden" name="last_name" value="<removed>"/>
<input type="hidden" name="address1" value="<removed>"/>
<input type="hidden" name="city" value="<removed>"/>
<input type="hidden" name="country" value="US"/>
<input type="hidden" name="state" value="FL"/>
<input type="hidden" name="zip" value="<removed"/>
<input type="hidden" name="night_phone_a" value="<removed>"/>
<input type="hidden" name="item_name_1" value="Board Bag. , Size: 10'6"/>
<input type="hidden" name="amount_1" value="275.00"/>
<input type="hidden" name="quantity_1" value="1"/>
<input type="hidden" name="item_name_2" value="Shipping Cost"/>
<input type="hidden" name="amount_2" value="0.00"/>
<input type="hidden" name="quantity_2" value="1"/>
<input type="hidden" name="no_shipping" value="1"/>
<input type="hidden" name="cmd" value="_cart"/>
<input type="hidden" name="upload" value="1"/>
<input type="hidden" name="tax_cart" value="16.50"/>
<input type="hidden" name="invoice" value="10566"/>
<input type="hidden" name="business" value=“xxxxxxx"/>
<input type="hidden" name="currency_code" value="US"/>
<input type="hidden" name="tax" value="16.50"/>
<input type="hidden" name="notify_url" value=" https://test.boteboard.com/ls_paypal_ipn/a001a95ffb08d3705b596ff56ef44de6"/>
<input type="hidden" name="return" value=" https://test.boteboard.com/ls_paypal_autoreturn/a001a95ffb08d3705b596ff56ef44de6"/>
<input type="hidden" name="cancel_return" value=" https://test.boteboard.com/cart"/>
<input type="hidden" name="bn" value="LemonStand_Cart_WPS"/>
<input type="hidden" name="charset" value="utf-8"/>
<input type="submit" value="Pay with PayPal"/>
</form>

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.