Skip to content

Instantly share code, notes, and snippets.

@tarator
Created April 20, 2012 12:19
Show Gist options
  • Save tarator/2428159 to your computer and use it in GitHub Desktop.
Save tarator/2428159 to your computer and use it in GitHub Desktop.
PayPal generated Button
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="W4W5YW7RNRAAJ">
<input type="hidden" name="lc" value="AT">
<input type="hidden" name="item_name" value="Diasporta">
<input type="hidden" name="amount" value="15.00">
<input type="hidden" name="currency_code" value="EUR">
<input type="hidden" name="button_subtype" value="services">
<input type="hidden" name="bn" value="PP-BuyNowBF:btn_buynowCC_LG.gif:NonHosted">
<input type="image" src="https://www.paypalobjects.com/de_DE/AT/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="Jetzt einfach, schnell und sicher online bezahlen – mit PayPal.">
<img alt="" border="0" src="https://www.paypalobjects.com/de_DE/i/scr/pixel.gif" width="1" height="1">
</form>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_donations">
<input type="hidden" name="business" value="W4W5YW7RNRAAJ">
<input type="hidden" name="lc" value="AT">
<input type="hidden" name="item_name" value="asap-soft">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="bn" value="PP-DonationsBF:btn_donateCC_LG.gif:NonHosted">
<input type="image" src="https://www.paypalobjects.com/de_DE/AT/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="Jetzt einfach, schnell und sicher online bezahlen – mit PayPal.">
<img alt="" border="0" src="https://www.paypalobjects.com/de_DE/i/scr/pixel.gif" width="1" height="1">
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment