Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Authorize.net CC processing without SSL (Using SIM method)
Message
De
28/02/2008 13:41:15
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Authorize.net CC processing without SSL (Using SIM method)
Divers
Thread ID:
01297495
Message ID:
01297495
Vues:
137
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/
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform