Bad Input Error

xy3
New Community Member

Hello,

I have developed a PayPal Wordpress plugin. But if I submit my form to PayPal Live site then I get Bad Input Error.

 

Any help on this will be highly appreciated. Thanks.

 

Below is my form code:

<div id="paypal-form-inner-wrap">
					<input type="hidden" name="business" value="my paypal email">
			        <!-- Specify a Buy Now button. -->
			        <input type="hidden" name="cmd" value="_xclick">
			        <!-- <input type="hidden" name="cmd" value="_notify-validate"> -->
					<input type="hidden" name="rm" value="2">
			        <!-- Specify details about the item that buyers will purchase. -->
			        <input type="hidden" name="item_name" value="test">
			        <input type="hidden" name="item_number" value="366">
								        <input type="hidden" id="amount" name="amount" value="25">
			        			        <input type="hidden" name="currency_code" value="USD">
			        <!-- Specify URLs -->
			        <input type="hidden" name="cancel_return" value="https://saurav.publicspeakingresources.com">
			        		        	<input type="hidden" name="return" value="https://saurav.publicspeakingresources.com/?page_id=319?ID=1">
		        	<input type="hidden" name="notify_url" value="https://saurav.publicspeakingresources.com/?page_id=319?ID=1">
		        </div>
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.