I need to inform another web app when a new user has signed up and has successfully completed the payment process. I am using authorize.net and would like to know: 1) where to put my custom code, and 2) is the provided example code correct? 1) Does it go here in the plugins/payments/authorize/ipn.php file // show thanks page $t->display('thanks.html'); 2) api call code // call custom api and pass it the user id apiInsertUser($user['member_id'];
Sorry for bringing this old topic up, but it's related and high in the search results. The guide you link to "create an integration plugin" that guide is outdated, does not work with v4 anymore (or so it seems). Where is the 'sample_plugin' folder located?