VirtueMart Forum

VirtueMart 2 + 3 + 4 => Plugins: Payment, Shipment and others => Topic started by: wynddrop on July 02, 2013, 18:01:58 PM

Title: how do i send the information via html call
Post by: wynddrop on July 02, 2013, 18:01:58 PM
I am trying to send basic information to an external site for CC processing where the CC company will collect and process the payment and information from the customer.   They require the request to come via an HTML call only, is there away to do that?   I have set up the backend to set my  account, the URL that needs to be called, and the userid/password.  That appears to be working, but not sure that the call is going out via HTML which is the only way they will accept it in order to collect the information, instead of us collecting the CC info and passing it all to them.   Any help would be great. 

Thanks,

Ally
Title: Re: how do i send the information via html call
Post by: PRO on July 03, 2013, 05:05:39 AM
are you coding this yourself?

look at the authorize.net plugin.

it will show you a little more.
Its not html, but you can get an idea
Title: Re: how do i send the information via html call
Post by: wynddrop on July 03, 2013, 22:12:35 PM
Yes, coding this myself.  I finally figured out how to do the HTML, but now having issues trying to pull the info I set on the Payment screen for the merch acct and so such to use as a variable in the html code in the php file.   The only way I have been able to get to the external CC site is to hard code our merchant id, and pins into the PHP file, but not sure how secure that would be as a short term solution until I get the variables figured out.  Any ideas on the security of setting those with in the php file ?

thanks,

Ally
Title: Re: how do i send the information via html call
Post by: PRO on July 05, 2013, 18:40:59 PM
did you create a plugin?


have you looked at how authorize.net gets the plugin parameters?