- This topic has 1 reply, 2 voices, and was last updated 12 years, 12 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 eStore Forum › 3rd party integration
Tagged: estore, IPN, license, Third Party
Hi,
I am using a licensing software for my WP plugin. I am wondering how to integrate it with WP eStore so each time someone buys the plugin WP eStore sends a notification to the licensing software. The software integrates with PayPal using the following code:
notify_url=http://YOURDOMAIN/PATH/paypal_ipn.php?product_id=PRODUCTID
– do I use the same code and simply paste it in 3rd Party Integration – POST IPN to a 3rd Party Application?
– as for the PRODUCTID, do I put the the product ID generates by WP eStore?
Thank you in advance for your kind assistance.