- This topic has 1 reply, 2 voices, and was last updated 11 years, 9 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 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 General Questions › eMember and PayPal Integration – IPN url in paypal > profile
Tagged: emember and paypal, IPN, Paypal payment, Setup
Hi
I have set up individual subscriptions for my site with
notify_url=http://www.my-domain-name.com/wp-content/plugins/wp-eMember/ipn/eMember_handle_paypal_ipn.php
custom=subsc_ref=(membership id)
In the paypal profile, instant payment notification was not enabled by default (paypal Canada) and to enable they ask for the IPN url, which I put as
[http://www.my-domain-name.com/wp-content/plugins/wp-eMember/ipn/eMember_handle_paypal_ipn.php]
I did not add any membership id’s here and let me know if I am going the right way.
Thank you
You are going in the right direction. You could also use your home page URL [http://www.my-domain-name.com/] as the IPN URL when it asks you to enter one at the time of enabling it.
The following code in the button will tell PayPal where to send the IPN when someone makes a purchase using that button:
notify_url=http://www.my-domain-name.com/wp-content/plugins/wp-eMember/ipn/eMember_handle_paypal_ipn.php
custom=subsc_ref=(membership id)