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

Pass order details to credit card processor

Started by dzséti, November 25, 2012, 17:48:50 PM

Previous topic - Next topic

dzséti

I'm using VM2.0.10 and have at last got to the end of the process - as an amateur developer! My final challenge is to integrate credit card payment.

I simply have to pass basic order details through the following php call


  $merchant = new Merchant($ecomm_server_url, $cert_url, $cert_pass, 1);
  $resp = $merchant -> startSMSTrans($amount, $currency, $ip, $description, $language);


Then the processor takes care of CC details etc and sends a response.

Should I be modifying or developing a plugin for this? Where would be a good point to start? Is there some form of plugin already available that would just need tweaking and/or setting up?

Some basic pointers would be appreciated. Many thanks!!