Literalmente, copio de la guia de desarrollo de la pasarela integral de paypal :
Código HTML:
Ver original
<form style="display:none" target="hss_iframe" name="form_iframe"
method="post"
action="https://securepayments.paypal.com/webapps/HostedSoleSolutionApp/web
flow/sparta/hostedSoleSolutionProcess">
<input type="hidden" name="cmd" value="_hosted-payment">
<input type="hidden" name="subtotal" value="50">
<input type="hidden" name="business" value="HNZ3QZMCPBAAA">
<input type="hidden" name="paymentaction" value="sale">
<input type="hidden" name="template" value="templateD">
<input type="hidden" name="return"
value="https://yourwebsite.com/receipt_page.html">
</form>
<script type="text/javascript">
document.form_iframe.submit();
</script>
Sacado de pagina 48 de https://www.paypalobjects.com/websta...ntegral_es.pdf
Lo que no logro entender es lo siguiente, no debería esta el formulario dentro del Iframe? Como logra relacionarse el formulario con el iframe?
 
 

 No logro entender la integracion mediante iframe de paypal
 No logro entender la integracion mediante iframe de paypal 

 
 

