remote app api call

Discussion in 'Customization & add-ons' started by mtishman, Jun 26, 2011.

  1. mtishman

    mtishman New Member

    Joined:
    Nov 17, 2009
    Messages:
    2
    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'];
  2. skippybosco

    skippybosco CGI-Central Partner Staff Member

    Joined:
    Aug 22, 2006
    Messages:
    2,526
  3. kgp43

    kgp43 Guest

    Joined:
    May 10, 2012
    Messages:
    4
    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?

Share This Page