Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Authorize.net CC processing without SSL (Using SIM metho
Message
 
To
28/02/2008 13:41:15
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01297495
Message ID:
01297677
Views:
17
>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/

I have used the SIM method for Authorize.net and I never had to send a transaction fingerprint. Is this something you require or something they require?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform