Hi Everyone, How easy is it to integrate a script with PayPal? I know they have an API of some sorts but is it relatively hassle free? And while I'm on the matter (all you clever peeps out there) which other gateways are worth integrating (and easy to do)? Thanks
I just wrote a Paypal class for a membership script I am working on (the class will process any type of transaction, shopping cart, buy now, subscription, donation, paypal shopping cart and gift certificates) I'll release the class today hopefully. Peace,
<form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_xclick"> <input type="hidden" name="business" value="myemailwithpaypal@hotmail.com"> <input type="hidden" name="item_name" value="pants"> <input type="hidden" name="amount" value="10.00"> <input type="hidden" name="no_shipping" value="1"> <input type="hidden" name="no_note" value="1"> <input type="hidden" name="currency_code" value="GBP"> <input type="hidden" name="lc" value="GB"> <input type="hidden" name="bn" value="PP-BuyNowBF"> <input type="image" src="https://www.paypal.com/en_GB/i/btn/btn_paynowCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online."> <img alt="" border="0" src="https://www.paypal.com/en_GB/i/scr/pixel.gif" width="1" height="1"> </form>