[NFBCS] PayPal

Brian Buhrow buhrow at nfbcal.org
Thu Jun 27 14:54:10 UTC 2024


	Hello.  I'm unclear as to whether you have two Paypal accounts or one, but in either case,
the procedure is the same.  On the form you're trying to link to the Paypal account, you create
a button with the relevant details for the payment and the Paypal account in question.  When
users click on that button, they're taken to the Paypal site where they can finish processing
their payment.  Here is an example of such a 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="nfbcal at sbcglobal.net">
Purchased item name:
<input type="text" name="item_name" size=80>
<BR><BR>
Transaction ID:
<input type="text" name="item_number" size=20>
<BR><BR>
Purchase price (in US dollars and cents):
<input type="text" name="amount" size=15>
<input type="hidden" name="no_shipping" value="1">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="lc" value="US">p
<input type="hidden" name="bn" value="PP-BuyNowBF">
<BR>
<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but23.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>



More information about the NFBCS mailing list