- This topic has 3 replies, 2 voices, and was last updated 10 years, 5 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › WP eMember Troubleshooting › IPN – Member Not Getting Added after Successful Payment
Tagged: IPN, IPN notification, member joined, PayPal
This is a development site (will release after PP integration works) but we have confirmed all the settings for the PayPal IPN Enabled and the corresponding Join Button.
<input type=”hidden” name=”notify_url” value=”http://clients.hamiltoninnovative.co/ohoasis/wp-content/plugins/wp-eMember/ipn/eMember_handle_paypal_ipn.php”>
<input type=”hidden” name=”custom” value=”subsc_ref=8″>
The payment processes successfully, the IPN history shows this has been sent HTTP response code 200, but we do not see a new member for the “TestingPP” level in the member list has joined.
What step am I missing?
PayPal History IPN Code: [redacted]
Go to the settings menu of this plugin and enable debug. Then do your test and look at the ipn handling log file, it will tell you what exactly is going wrong with that payment.
Perfect, after enabling debug within the Settings, I also saw we had Enable Sandbox Testing: checked and unchecked it, saved. That was likely the issue <sigh>. After testing another Join subscription via PayPal, the Member showed up in the list as having processed.
First time implementation of WP eMember and I was that close. Thank You
Good to see that you sorted it out.