↧
Re: Elavon Credit Card processin
↧
From: | Jimbo |
To: | Potter Orr |
Thanks for the reply. I was hoping someone had done this. I would prefer to use their Virtual Merchant since it bypasses most of the PCI DSS b.s.
I do have some more questions if I may. When you use the Virtual Merchant, do you call their site from the Westwind/html page or from Foxpro code? I know so little about "programming" in html that I assumed I would have to make the call from Foxpro so I could handle the response. Would you be willing to share a code sample of what you did?
Thanks,
Potter
I used their Virtual Merchant product which seemed to be reasonably easy to work with. The Developer Guide is dated 2010 so it may be that they've revised their earlier versions. The results are returned in either a Post buffer or querystring - can't recall which, but it's standard HTTP so I could just use Request.Params() to parse the returned values.
--stein
Thanks,
Potter