New to the community? Welcome! Please read our Community Rules and Guidelines
Pay, shop, and do even more on the PayPal appGet the App
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&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.
I am experiencing the same issue. I am using the WP Paypal Simple Shopping Cart plugin.
Hi everyone. I have the same problem. Did you find the solution?
Good day @autopartsw / All,
Thank you for posting to the PayPal community.
I have reviewed below button code and see that "business" value is empty and no "amount" parameter passed.
Please make sure to pass your PayPal ID or PayPal Primary/Confirmed email address as "business" value and "amount" parameter in the button code.
<input type="hidden" name="business" value="">
Sample HTML button code : View sample HTML code that shows various payment features and options for each PayPal payment button.
Use the following samples as a starting point to create your own HTML payment button code:
Sincerely,
Chiranjeevi
PayPal/Braintree MTS
If this post or any other was helpful, please enrich the community by giving kudos or accepting it as a solution.
©1999-2023 PayPal, Inc. All rights reserved.