Results 1 to 4 of 4
  1. #1
    Join Date
    Oct 2005
    Posts
    13
    Plugin Contributions
    0

    Default How to Start a NEW PAYMENT MODULE.

    Hi,

    How could one start a new Payment Module.

    I would like to make a module similar to Authorize.NET AIM (where the person does not have to leave the site).

    The module I would like to make is for InternetSecure using Merchant Direct.
    One of the cool things I want to do is take advantage of their RECURRING PAYMENTS.

    I know NOTgoddess created the AMAZING Merchant Link module (but that takes the customer out of the site).

    If you could give me some pointers on how to get started that would be great!

    THANKS!!!!!!!!!!!!!!!!!!!!!

  2. #2
    Join Date
    Jun 2003
    Posts
    33,715
    Plugin Contributions
    0

    Default Re: How to Start a NEW PAYMENT MODULE.

    Get the deveoper documentation from the gateway and compare their method for connecting to AuthorizeNet or LinkPoint.

  3. #3
    Join Date
    Oct 2005
    Posts
    13
    Plugin Contributions
    0

    Default Re: How to Start a NEW PAYMENT MODULE.

    But what are the basics in Zen-Cart

    The Wiki, seems to be empty:
    http://www.zen-cart.com/wiki/index.p...ayment_Classes

    Currently, I am modifying the Authorize.NET AIM module changing the $description variable for the orders. I don't really understand all the code yet... so I was hoping a blank template will help me understand where all the peices go.

    <code>
    BEFORE:
    $description .= $order->products[$i]['name'] . '(qty: ' . $order->products[$i]['qty'] . ') + ';


    AFTER:
    $description .= $order->products[$i]['price'] . '::' . $order->products[$i]['qty'] . '::' . $i . '::' . $order->products[$i]['name'] . '::{US}|';


    </code>

    Doesn't seem to be reading it right...

    Thanks for your help.

  4. #4
    Join Date
    Oct 2005
    Posts
    13
    Plugin Contributions
    0

    Default Re: How to Start a NEW PAYMENT MODULE.

    I've got the Developer documentation:
    https://www.internetsecure.com/merch....asp?page=HELP

    Seems the easiest way is to modify the Authorize.NET AIM module since it can work with Merchant Direct.

    MomoPopo

 

 

Similar Threads

  1. How do I install a new payment module?
    By SSS-LLC in forum Addon Payment Modules
    Replies: 4
    Last Post: 6 Jan 2016, 09:59 PM
  2. How to make a new payment module?
    By napster in forum Addon Payment Modules
    Replies: 1
    Last Post: 11 Nov 2010, 05:40 PM
  3. How to create new payment module?
    By Macedonium in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 15 May 2009, 09:47 PM
  4. How to create new payment module?
    By mscro in forum Built-in Shipping and Payment Modules
    Replies: 9
    Last Post: 28 Apr 2008, 12:23 AM
  5. How do I create a new payment module?
    By meeven in forum Built-in Shipping and Payment Modules
    Replies: 7
    Last Post: 12 Aug 2007, 01:29 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR