Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 26
  1. #11
    Join Date
    May 2007
    Posts
    47
    Plugin Contributions
    0

    Default Re: Interac Online Payment System

    Hi Dr. Byte,
    That sounds interesting.

    My site is almost ready to go so I am looking to get set up with a payment provider right away. I have been seriously considering both Paymentech and Moneris, but in addition to comparing rates and fees, I also have to consider how well their systems will integrate with my Zen site.

    There is a Moneris mod that seems to be somewhat "bugy" but there are fixes available for it. And there is a new Paymentech mod that is said to work. However, a fully functional Beanstream mod with Interac Online does sound attactive and may sway my decision towards Beanstream. Ah, decisions, decisions.

    You said it would take 2 weeks to complete. Does that include testing and certification by Beanstream? Would the mod handle refunds, voids, etc.? Would the customer enter their CC info on the existing Page 2 of the the checkout (like the Zen CC module)?


    Thanks

  2. #12
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: Interac Online Payment System

    Quote Originally Posted by toboldlygo View Post
    You said it would take 2 weeks to complete. Does that include testing and certification by Beanstream? Would the mod handle refunds, voids, etc.? Would the customer enter their CC info on the existing Page 2 of the the checkout (like the Zen CC module)?
    Yes, yes, yes, and yes.

    lol ... now I'm starting to sound like a "yes-man" ...
    .
    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #13
    Join Date
    May 2007
    Posts
    47
    Plugin Contributions
    0

    Default Re: Interac Online Payment System

    Quote Originally Posted by DrByte View Post
    Yes, yes, yes, and yes.

    lol ... now I'm starting to sound like a "yes-man" ...

    Hi Dr. Byte,
    That's OK, in this case it is good to be a "yes-man".

    This mod sounds really good. I guess I will have to take another look at using Beanstream.

  4. #14
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: Interac Online Payment System

    Quote Originally Posted by toboldlygo View Post
    This mod sounds really good. I guess I will have to take another look at using Beanstream.
    Please tell them Zen Cart sent you.
    .
    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #15
    Join Date
    May 2007
    Posts
    47
    Plugin Contributions
    0

    Default Re: Interac Online Payment System

    Hi Dr. Byte,
    Beanstream supports both Verified by Visa and MasterCard Secure Code. Will your mod be able to access both of these services?

    Will the mod have the CVV number input?

    Thanks

  6. #16
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: Interac Online Payment System

    Quote Originally Posted by toboldlygo View Post
    Beanstream supports both Verified by Visa and MasterCard Secure Code. Will your mod be able to access both of these services?

    Will the mod have the CVV number input?
    Again, with sufficient sponsorship and time to deliver, yes.
    .
    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  7. #17
    Join Date
    Nov 2007
    Posts
    41
    Plugin Contributions
    0

    Default Re: Interac Online Payment System

    Certapay has left the building.

    Now there is www.interaconline.com .

    Certapay was a great free site on how to send an internet money order for $1.50 to any email. Now interaconline.com is a payment service.

    If there is a MOD comming, please make it soon. Paypal is screwing up on my site and Certapay was my best option for customers.

    *sigh*

  8. #18
    Join Date
    May 2007
    Posts
    47
    Plugin Contributions
    0

    Default Re: Interac Online Payment System

    Hi,
    I am trying to make a payment module for the Interac Online system but my php coding knowledge is somewhat limited. I am basically learning how things work just by studying other modules. I am running into a few things I can't figure out and would very much appreciate any help all you more experienced zenners could give me.

    What I am doing is modifying the money order module to work for Interac Online. I am not sure if this is the best thing to do, but I thought I would try it. The Interac gateway I want to use has a hosted payment page, so I need to access the page. I have put the URL of their test page into the mod and I seem to be accessing their system. I have also changed everything so that Interac Online appears everywhere it should in the admin and on the payment pages.

    I set up a test account with them so to access it, I need to transmit the merchant ID and store ID to them. That is where I am having a problem. Their API documentation tells me how to make an HTML transaction post request, but I don't know to do this in php. This is their simple post request (they are just using examples of ID names and the order total):

    <FORM METHOD="POST" ACTION="https://test.admeris.com/store/checkout/payment.jsp"> <INPUT TYPE="HIDDEN" NAME="merchantId" VALUE="5000">
    <INPUT TYPE="HIDDEN" NAME="storeId" VALUE="10001">
    <INPUT TYPE="HIDDEN" NAME="total" VALUE="10.00">
    <INPUT TYPE="SUBMIT" NAME="SUBMIT" VALUE="Click to proceed to a Secure Payment Page">
    </FORM>

    How would I structure the post in the money order mod so it transmits the merchant ID and store ID to them? I would prefer to be able to enter this information in the admin settings and have the mod transmit the numbers entered, but for now, I just need to know how to get the ID number to them so I can access the test account. Right now I can access their system, but I get an error page that says "store id not found" since I am not transmitting the ID numbers.

    Can anyone help me with this?

    Thanks

  9. #19
    Join Date
    Oct 2004
    Posts
    1,045
    Plugin Contributions
    0

    Default Re: Interac Online Payment System

    I have written an Interac Online mod that works with Internet Secure. You might want to try downloading it and see if you tweak it to work with whoever yoru processor is. The download is here: http://www.zen-cart.com/index.php?ma...roducts_id=817

  10. #20
    Join Date
    May 2007
    Posts
    47
    Plugin Contributions
    0

    Default Re: Interac Online Payment System

    Thanks Danielle, I have looked at your mod but I could not see what files/sections deal with Interac. Your mod also deals with credit cards so there was a lot of extra stuff to look through. My php knowledge is still somewhat limited.

    I have a working Interac Online mod which I made based on the money order mod. I made it to connect with the Admeris system, however, it could probably be modified to work with other systems. I am just not sure about some of the security considerations I should be dealing with. Does anyone know what I should include to make it more secure (i.e. more difficult to spoof, etc.)?

    I am also having problems generating an order ID for it. Is there a way to have it post an ID number to Admeris, then back to the cart?

    It would also be good to have it return to the checkout_payment page with an error warning in the red box when there is a processing error. Right now, I have it returning to an error page I made with EZ pages. Anyone know how to return it to the checkout_payment page with an error message?

    Thanks

 

 
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. Replies: 4
    Last Post: 13 Apr 2013, 08:00 PM
  2. Beanstream Interac Support
    By nakulien in forum Addon Payment Modules
    Replies: 8
    Last Post: 7 Dec 2009, 04:22 PM
  3. Internet Secure Merchant Direct and Interac Online
    By Danielle in forum Addon Payment Modules
    Replies: 26
    Last Post: 29 Oct 2009, 08:40 PM
  4. module for interac.ca.
    By wowemall in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 26 Feb 2008, 05:54 PM

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