News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

iVeri Light Payment Module for South Africa

Started by duan, June 21, 2006, 08:32:29 AM

Previous topic - Next topic

duan

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

Boet van Tonder

Have you managed to get the Iveri light to work in VM.   I am very interested to get this to work as well.

Uriel

Managing Member of Hosting-Webdesign http://www.hosting-webdesign.co.za

Julian

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.

Charl Fourie

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