después de 5 horas de investigación y lectura de documentación obsoleta de PayPal ¡finalmente me rindo!¿Cómo pruebo los botones de suscripción de Paypal con sandbox?
Necesito probar un simple botón de suscripción de PayPal con el sandbox de PayPal.
código del botón:
<form action="https://www.sandbox.paypal.com/us/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="34CXHXVU2J8BY">
<input type="image"
src="https://www.paypalobjects.com/en_US/GB/i/btn/btn_subscribeCC_LG.gif"
border="0" name="submit"
alt="PayPal — The safer, easier way to pay online."
style="border:none;padding:0;height:auto;width:auto">
<img alt="" border="0"
src="https://www.paypalobjects.com/de_DE/i/scr/pixel.gif"
width="1" height="1">
</form>
Pero cuando trato de enviar el formulario, me sale este error en el sitio web de PayPal:
Gracias de antemano, Phillip
Quizás quiso generar el código usando el generador botón en https://www.paypal.com/uk/cgi-bin/webscr?cmd=_flow&SESSION=PvBCjkCQp2NYRMLz2v_OKBXqTGLef8Mf1OO6FCsCB4bzwOBmYUc-K653QD0&dispatch=5885d80a13c0db1f8e263663d3faee8db2b24f7b84f1819343fd6c338b1d9d60? –
@DmitryNegoda sí – stdclass