Difference between revisions of "PayPal"
From Organic Design wiki
m |
(IPN) |
||
Line 1: | Line 1: | ||
− | == Code Examples == | + | == IPN == |
+ | '''I'''nstant '''P'''ayment '''N'''otification, 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. | ||
+ | *[https://www.paypal.com/IntegrationCenter/ic_ipn.html IPN at PayPal Integration Center] | ||
+ | *[http://www.paypal.com/us/cgi-bin/webscr?cmd=p/pdn/article_pdn_intro-outside IPN Introduction for Developers] | ||
+ | *[http://designertuts.com/paypal-ipn-receiving-instant-payments-in-your-web-application/ DesignerTuts Tutorial] | ||
+ | *[https://www.paypal.com/us/cgi-bin/webscr?cmd=p/xcl/rec/ipn-manual-outside IPN Manual] | ||
+ | *[https://www.paypal.com/us/cgi-bin/webscr?cmd=p/xcl/rec/ipn-techview-outside IPN Technical Overview] | ||
+ | *[https://www.paypal.com/us/cgi-bin/webscr?cmd=p/xcl/rec/ipn-code-outside Instant Code Samples] | ||
+ | *[https://www.paypal.com/us/cgi-bin/webscr?cmd=p/xcl/rec/ipn-techniques-outside IPN Techniques] | ||
+ | *[http://www.superfreaker.com/paypal/inventory.asp Basic Inventory Management Using IPN] | ||
+ | *[http://www.eliteweaver.co.uk/testing/ipntest.php IPN Test Environment] | ||
+ | *[http://www.paypal-tech.com/SG2/scriptparse.php IPN PHP Script Generator] | ||
+ | |||
+ | === Code Examples === | ||
{{code|<php> | {{code|<php> | ||
<?php | <?php |
Revision as of 04:32, 30 November 2007
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