Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Authorize.net CC processing without SSL (Using SIM metho
Message
 
 
À
28/02/2008 13:41:15
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
01297495
Message ID:
01297501
Vues:
25
Hi Mark,

Some ideas
  • Craig Boyd's vfpencryption.fll has function to generate MD5 hash
  • Windows Time File #9738 can convert datetime value to UTC. After that
    ltDt = ...
    ltDtBase = {^1970/01/01 00:00:00}
    lnSeconds = ltDt - ltDtBase
    >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/
    --sb--
  • Précédent
    Suivant
    Répondre
    Fil
    Voir

    Click here to load this message in the networking platform