You are here: Home
Support site for Tips and Tricks HQ premium products
Sorry to pickup an old thread, but it seemed better than starting from scratch.
I’m a developer trying to integrate a client’s 1SC + Wishlist Member + WP Affiliate Platform setup.
I have done some research on the API and the backend of 1SC Pro (API is only available for Pro members) and it seems that you can send a purchase notification to a URL of your choice through the backend.
They also have working examples of an API event listener that interprets the code coming in from the purchase notification and pulls some data about new orders from it.
I’d like to get this whole process done cleanly for my client and documented appropriately so you can just post it on the site. Would you be willing to let me know what code we need to execute on the payment notification page and I can take a stab at getting it to work with their Notification API?