Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Authorize.net CC processing without SSL (Using SIM method)
Message
From
28/02/2008 13:41:15
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Authorize.net CC processing without SSL (Using SIM method)
Miscellaneous
Thread ID:
01297495
Message ID:
01297495
Views:
138
Is anyone using Authorize.net for credit card processing from a VFP desktop app, using Authorize.net's SIM method, (for use without an SSL certificate)? The SIM option (Server Integration Method) that Authorize.net has, offers the ability to integrate CC processing "without an SSL certificate". It requires that you generate a “transaction fingerprint,” which is a hash of merchant and transaction specific information using the HMAC-MD5 hashing algorithm in order to authenticate the transaction. One piece of this is a UTC TimeStamp, which is the UTC time in seconds since January 1, 1970, and must be based on GMT time, not the local timezone. I'm using Rick's WW classes to do the http post and have a test account working, but need to add the authentication key I mention here. Just wondering if anyone has already done this. I would really appreciate any sample code for generating the timestamp and HMAC-MD5 hashing algorithm. TIA! -Mark

Here's a link to info on their "transaction fingerprint" for the SIM method. See the topic: "Section Three", and then "Custom Transaction Fingerprint" under that:

http://developer.authorize.net/guides/SIM/
Next
Reply
Map
View

Click here to load this message in the networking platform