Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sample Credit Card Processing class or code...
Message
 
To
23/09/2002 23:06:51
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00703637
Message ID:
00703658
Views:
15
MSMXL contains XMLHTTP which lets you send HTTP content. You can use also use the free wwXML class to perform the same task using Fox code. It's free, but the full version of wwIPStuff includes the full HTTP tools which are more flexible in controlling HTTP connections and posting to servers with various different modes.

http://www.west-wind.com/wwipstuff.asp

You can download the shareware version to try it out. With it's real easy to access Web content:
oHTTP = CREATE('wwhttp')
oHTTP.AddPostKey("Company","West Wind")
oHtpp.AddPostKey("CC","Don't you wish? <g>)
lcHtml = oHttp.HttpGet("http://someserver/Somapage.asp")
For free you can also use the XMLHTTP component that ships with the MSXML parser, but you'll have to write encoders to send your data up.


>I would like to process credit cards over the web, but I want to write the code in a VFP application. I'm really not interested in a "shopping cart" type application, I want to do all of that myself. What I am really interested in is a program that I can use with "HTTP" to send a request through a gateway to get an authorization code, etc.
>
>Does anyone know of anything out there that just does credit card validation and not the whole shopping cart deal?
>
>Thanks.
>
>Bob Bartel
>MarketWare
+++ Rick ---

West Wind Technologies
Maui, Hawaii

west-wind.com/
West Wind Message Board
Rick's Web Log
Markdown Monster
---
Making waves on the Web

Where do you want to surf today?
Previous
Reply
Map
View

Click here to load this message in the networking platform