This is an Internet Secure ubercart payment module. Internet Secure offers a number of payment methods and features, including automatic recurring payment (ARP), XML integration, Authorize.net emulation and export scripts. This module is very basic and only uses Internet Secure's simple Merchant Link method, which transfers a list of products to the internetsecure site for collection of credit card info and payment.
The module allows for seperate merchant IDs for US and Canadian funds based on the billing address country. The language file
If you are looking to take advantage of ARP or want to process payment directly on your site, you would be better off making some basic changes (to the transaction URLs) in the Authorize.net module.
| Comment | File | Size | Author |
|---|---|---|---|
| uc_inetsecure.tar_.gz | 9.03 KB | karlis |
Comments
Comment #1
rszrama commentedI appreciate you posting the code up, but this isn't really a good place for it to be found. The issue tracker is used for core development and patches, but something like this needs to either be posted to our contributions directory at http://www.ubercart.org/contrib or as a separate project here on drupal.org (which would rock : ). Thanks!
Comment #3
bkosborneAnyone who lands here like I did: We need support for Internet Secure "Merchant Direct" (does not bring user away from site). The authorize.net wrapper doesn't provide enough support, so I'm developing a UC module that integrates with their native API. I'll post a link to project page when I'm done.