 |
Developer Name: |
Philip LaNasa |
 |
Company Name: |
Universal Web Services |
 |
Email Developer: |
Email Developer |
 |
Latest Version: |
1.0 |
 |
Price: |
$20 |
 |
License: |
One copy per developer. |
 |
Encrypted: |
Yes |
 |
Average Rating: |
Not Rated |
 |
Times Rated: |
Not Rated |

Tag Comments
|
There are no comments for this tag yet!
|
|
What Is CF PayPal IPN? |
|
This ColdFusion component provides the interface between your website and PayPal's Instant Payment Notification API. |
This ColdFusion component provides the interface between your website and PayPal's Instant Payment Notification API. The simple steps below are all you need to get up and running.
- Download demo or evaluation version below, uncompress and place the files in your web root.
- In ipn.cfm, change to mode = 'live' to start using live PayPal transactions.
- Call the paypal.checkout_form function to create the PayPal payment button.
- Using the example provided as a guide, modify processTransaction.cfm, to store the transaction results to your database.
- Finally, update your PayPal account preferences to send payment notifications to ipn.cfm
- Log in to your PayPal account
- Click on Profile
- In the Selling Preferences column, click on Instant Payment Notification Preferences
- Click edit, then enter the full URL to ipn.cfm, i.e. (http://www.mysite.com/paypal/ipn.cfm)
- Save
|
|