Skip to content

Instantly share code, notes, and snippets.

@jogam5
Last active January 21, 2016 19:17
Show Gist options
  • Save jogam5/7bb7a90775f215290660 to your computer and use it in GitHub Desktop.
Save jogam5/7bb7a90775f215290660 to your computer and use it in GitHub Desktop.
Forma ComproPago
<form action="https://www.compropago.com/comprobante" method="post">
<input type="hidden" name="public_key" value="TU_API_KEY">
<input type="hidden" name="order_price" value="12.00">
<input type="hidden" name="order_name" value="Home Theater HSP">
<input type="hidden" name="order_id" value="">
<input type="hidden" name="customer_name" value="">
<input type="hidden" name="customer_email" value="">
<input type="hidden" name="customer_phone" value="">
<input type="image" src="https://www.compropago.com/assets/payment-green-btn.png" border="0" name="submit" alt="Pagar con ComproPago">
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment