Difference between revisions of "PayPal/integration"
< PayPal
Jump to navigation
Jump to search
(New page: ==Overview== This page is about integrating PayPal with web sites. {{seed}} ==Notes== The "custom" field never shows up anywhere for me, even in [[../IPN|Instant Payment Notification]...) |
(transaction methods) |
||
Line 3: | Line 3: | ||
{{seed}} | {{seed}} | ||
+ | |||
+ | Different methods of conducting a transaction, from simplest to most advanced: | ||
+ | {| | ||
+ | |- | ||
+ | ! Method || where it happens || when the payment info returns || connection | ||
+ | |- | ||
+ | | [[../PDT|PDT]] || PayPal's site || when customer returns to merchant site || Customer's browser → Merchant's server | ||
+ | |- | ||
+ | | [[../IPN|IPN]] || PayPal's site || immediately after the transaction || PayPal's server → Merchant's server | ||
+ | |- | ||
+ | | [[../NVP|NVP]] || Merchant's site || in response to merchant's server || Merchant's server → PayPal's server | ||
+ | |} | ||
+ | ==Links== | ||
+ | * [https://www.paypal.com/en_US/ebook/PP_OrderManagement_IntegrationGuide/index.html Order Management Integration Guide] | ||
==Notes== | ==Notes== | ||
The "custom" field never shows up anywhere for me, even in [[../IPN|Instant Payment Notification]]. Still trying to figure out what's wrong. --[[User:Woozle|Woozle]] 18:23, 2 January 2009 (EST) | The "custom" field never shows up anywhere for me, even in [[../IPN|Instant Payment Notification]]. Still trying to figure out what's wrong. --[[User:Woozle|Woozle]] 18:23, 2 January 2009 (EST) |
Latest revision as of 03:27, 3 January 2009
Overview
This page is about integrating PayPal with web sites.
This page is a seed article. You can help HTYP water it: make a request to expand a given page and/or donate to help give us more writing-hours!
|
Different methods of conducting a transaction, from simplest to most advanced:
Method | where it happens | when the payment info returns | connection |
---|---|---|---|
PDT | PayPal's site | when customer returns to merchant site | Customer's browser → Merchant's server |
IPN | PayPal's site | immediately after the transaction | PayPal's server → Merchant's server |
NVP | Merchant's site | in response to merchant's server | Merchant's server → PayPal's server |
Links
Notes
The "custom" field never shows up anywhere for me, even in Instant Payment Notification. Still trying to figure out what's wrong. --Woozle 18:23, 2 January 2009 (EST)