VirtueMart Forum

VirtueMart Dev/Coding Central: VM1 (old version) => Development Projects, Modifications, Hacks & Tweaks. VM1.1 => Payment Modules => Topic started by: duan on June 21, 2006, 08:32:29 AM

Title: iVeri Light Payment Module for South Africa
Post by: duan on June 21, 2006, 08:32:29 AM
I have been working on a payment module for iVeri Light.

I am unfortunately not very clued up on PHP etc so I need some help.

Here are the required parameters:

$params = array(
      "Lite_Merchant_ApplicationID" => Lite_Merchant_ApplicationId,
      "Lite_Order_Amount" => "$order_total",
      "Lite_Order_Terminal" => "Web",
      "Lite_ConsumerOrderID_PreFix" => "Order Number",
      "Lite_Order_LineItems_Product_1" => "Online Purchase",
      "Lite_Order_LineItems_Quantity_1" => "1",
      "Lite_Order_LineItems_Amount_1" => "$order_total",
      "Lite_Website_Successful_url" => "http://www.iveri.co.za/Examples/iveri/Lite/Success.asp",
      "Lite_Website_Fail_url" => "http://www.iveri.co.za/Examples/iveri/Lite/Fail.asp",
      "Lite_Website_TryLater_url" => "http://www.iveri.co.za/Examples/iveri/Lite/TryLater.asp",
      "Lite_Website_Error_url" => "http://www.iveri.co.za/Examples/iveri/Lite/Error.asp",
      "Ecom_BillTo_Online_Email" => ####################
      "Ecom_Payment_Card_Number" => $_SESSION['ccdata']['order_payment_number'],
      "Ecom_Payment_Card_ExpDate_Month" => $_SESSION['ccdata']['order_payment_expire_month'],
      "Ecom_Payment_Card_ExpDate_Year" => "expyear"=> $_SESSION['ccdata']['order_payment_expire_year'],
      "Ecom_Payment_Card_Protocols" => "none",
      "Ecom_ConsumerOrderID" => "$order_number"



Can anyone tell me what variable I can use to get the email address of the customer to populate "Ecom_BillTo_Online_Email"?

Thanks,
Duan
Title: Re: iVeri Light Payment Module for South Africa
Post by: Boet van Tonder on July 24, 2006, 21:24:57 PM
Have you managed to get the Iveri light to work in VM.   I am very interested to get this to work as well.
Title: Re: iVeri Light Payment Module for South Africa
Post by: Uriel on November 24, 2006, 22:31:21 PM
Likewise over here.... :-)
Title: Re: iVeri Light Payment Module for South Africa
Post by: Julian on March 06, 2007, 13:52:11 PM
I have posted a working solution to the iVeri Lite payment module in another post: http://virtuemart.net/index.php?option=com_smf&Itemid=71&topic=22547.msg71736#msg71736

It is currently running live on a site.
Title: Re: iVeri Light Payment Module for South Africa
Post by: Charl Fourie on April 19, 2007, 19:38:09 PM
Hi there

I have created and released a payment module for Paygate (a South African payment gateway) in February 2007 which works well.  The problem with Ivery is that the expected way to use their gateway is to redirect the browser off your site to theirs.  Due to that they frequently tend to make changes to their backend which breaks payment processors which fakes this process in the background.  I used Ivery before and had to make changes to my payment module 3 times in a 2 year span after changes that they made.

The following link should take you to the right place for the Paygate module... http://virtuemart.net/index.php?option=com_smf&Itemid=71&topic=25522.0