payment problem

rakeshkota
Contributor
Contributor

i have integrate paypal html button on my website i have write following code

<form action="#" method="post" target="_top">
<input type="hidden" name="cmd" value="_xclick">
<INPUT TYPE="hidden" name="charset" value="utf-8">
<input type="hidden" name="amount" value="0.01">
<input type="hidden" name="business" value="#"/>
<input type="hidden" name="item_name" value="<?php echo $vtype;?>" />
<input type="hidden" name="item_number" value="<?php echo $refno;?>" />
<input type="hidden" name="return" value="#" />

 

it will show following message when i process payment

We aren't able to process your payment using your PayPal account at this time. Please go back to the merchant and try using a different payment method.

kindly help me.

 

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.