Difference between revisions of "PayPal"
From Organic Design wiki
(PDT code sample) |
(What's the difference between IPN and PDT?) |
||
Line 14: | Line 14: | ||
*[http://www.eliteweaver.co.uk/testing/ipntest.php IPN Test Environment] | *[http://www.eliteweaver.co.uk/testing/ipntest.php IPN Test Environment] | ||
*[http://www.paypal-tech.com/SG2/scriptparse.php IPN PHP Script Generator] | *[http://www.paypal-tech.com/SG2/scriptparse.php IPN PHP Script Generator] | ||
+ | |||
+ | == PDT == | ||
+ | *[https://www.paypal.com/helpcenter/main.jsp;jsessionid=HJYGzrhnBSnHTFvBB1JLFSrVq5FGw7LT49RVPCr34y3J3LPDlphh!-1839041657?t=solutionTab&ft=homeTab&ps=&target=_parent&solutionId=10768&locale=en_US&_dyncharset=UTF-8&countrycode=US&cmd=_help&serverInstance=9003 What's the difference between IPN and PDT?] | ||
=== IPN code sample === | === IPN code sample === |
Revision as of 04:36, 4 December 2007
MediaWiki Extension
MW:Extension:PayPal is an extension for creating PayPal donation forms using a <paypal> tag. PokerCoder requested adding IPN support to the extension through this RentACoder job and has accepted User:Nad's bid to complete the work.
IPN
Instant Payment Notification, included with Website Payment products, Express Checkout, and Standard Checkout, is available to PayPal Premier and Business members. Instant Payment Notification allows you to integrate your PayPal payments with your website's back-end operations, so that you get immediate notification and authentication of any PayPal payments and disputes you may receive.
- IPN at PayPal Integration Center
- IPN Introduction for Developers
- DesignerTuts Tutorial
- IPN Manual
- IPN Technical Overview
- Instant Code Samples
- IPN Techniques
- Basic Inventory Management Using IPN
- IPN Test Environment
- IPN PHP Script Generator