Login Form
Popular Sticky Posts
Member Discussions
Posts discussing possible new features for PaymentsPlus that requires some member input.
New Demo Site for PaymentsPlus 3.20
I'm please to announce the new Demo Site for PaymentsPlus 3.20 on Mtree 2.23 Using Joomla 1.7. I invite all members and guests to have a look at the New Demo and post any comments you may have, before the official release in hopefully the next few days.
Add Listing Links Change Display
A discussion on changing the Add Listing Product display links to somthing more dynamic.
Development of HP Plugin for PaymentsPlus
A call to users of Mosets Hot Property to help with the development of the HP Plugin for PasymentsPlus.
Popular Sticky Posts
Need Fix For Kinabalu Template
PaymentsPlus 2.0 Series does not support the kinabalu template. This post has some member advise of creating a patch kit for kinabalu.
Latest Forum Posts
Who's Online
We have 79 guests onlineStatistics
Paid Platinum Members : 157Paid Gold Members : 61
Paid Silver Members : 28
Paid Copper Members : 189
Registered Only : 1879
Total Members : 2314
Content : 22
Web Links : 8
Content View Hits : 177537
| 92% | | United States |
| 1.7% | | Australia |
| 1.1% | | Canada |
| 0.8% | | |
| 0.6% | | United Kingdom |
| 0.5% | | Japan |
| 0.4% | | India |
| 0.1% | | France |
| 0.1% | | Germany |
| 0.1% | | Greece |
| Today: | 29 |
| Yesterday: | 124 |
| This Week: | 29 |
| Last Week: | 1011 |
| This Month: | 762 |
| Last Month: | 8219 |
| Total: | 187179 |
Member Statistics
Users
| Most active users today from total of 1: |
| Tradewise |
| PayPal IPN Guide |
|
|
|
| Written by Administrator |
| Thursday, 01 April 2010 08:59 |
|
This article may help in trouble shooting the PaymentsPlus - PayPal IPN system and further assist with Sandbox testing. Recuring Subscriptions Verses Buy Now Firstly, here a bit of background how the system works from when the payment button is selected. All the Values sent with the Payment Button are sent to PayPal, on successful payment PayPal sends all the values back to your IPN script for verification. The first script ipn.php then sends all the values back to Paypal for them to verify that the transaction is valid, and if it is PayPal responds with one word VERIFIED. web_accept - web_accept is only used for the Buy Now process and has its own sign up script built in Recurring Subsctiotions Use the following responses: subscr_payment - subscr_payment records the initial payment to start the subscription and sets the subscription to remain published until the script recieves a cancel response. Currently renewal subscription payments are not recorded in PaymentsPlus for PayPal subscriptions, however Admin recieves notification direct from PayPal when a subscription renews. In furture versions PaymentsPlus may be changed to record all recieved subscription payments. After PayPal sends the word VERIFIED it collects the money, updates its own records and then notifies you and the buyer of the transaction of successful payment, cancelation, refund or what ever... then that's it, PayPals work is done!. It's then up to the IPN scripts ipn.php and or ipn_web-accept.php to run and update the database in any case ipn.php will always run and then trigger ipn_web-accept.php if 'txn_type' => 'web_accept' 1. Table #_ajp_orders_subscription_payments delete the record for txn_id For example lets say the Listing ID is 880 and your database prefix is jos you could find the transaction using the returned variable for 'txn_id' lets say its 29736661SS978515M by running this SQL in PhpMyAdmin: 2. Table #_ajp_orders_subscription_details 3. Update Mtree Links Table #_mt_links Please Note: This article may be moved to a future update of the PaymentsPlus User Manual at a later stage. |
| Last Updated on Tuesday, 25 May 2010 07:22 |




