Probelas con el formulario de pagos...

andresvelasco
Nuevo miembro de la comunidad

<form action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post" name="pago"><!-- pruebas -->

<!-- Identify your business so that you can collect the payments. -->
<input type="hidden" name="business" value="xxxxxxx">
<input type="hidden" name="invoice" value="10">

<!-- Specify a Buy Now button. -->
<input type="hidden" name="cmd" value="_xclick">


<!-- Specify details about the item that buyers will purchase. -->
<input type="hidden" name="item_name" value="Pago Chance 10, Andres Velasco ">
<input type="hidden" name="amount" value="18">
<input type="hidden" name="quantity" value="1">
<input type="hidden" name="currency_code" value="EUR">
<input name="return" type="hidden" value="https://chancecolombiano.com/confirmacionpago.php" /> <!-- POST-->

<!-- Display the payment button. -->
<input type="image" name="submit" border="0" src="https://www.paypalobjects.com/en_US/i/btn/btn_buynow_LG.gif" alt="PayPal - The safer, easier way to pay online"> <img alt="" border="0" width="1" height="1" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" >

</form>

 

 

Estoy enviando este formulario, cuando regresa paypal la información, no me deja leer las variables por POST, alguien sabe que puede estar pasando, o como debo leerlas??

 

gracias..

Login to Me Too
0 RESPUESTAS 0

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.