Manual_cc

Discussion in 'Payments processing' started by CoolAcid, Nov 9, 2003.

  1. CoolAcid

    CoolAcid Guest

    Ok, so what does manual_cc do? I read the code and doesn't look like it does anything?
  2. alex-adm

    alex-adm Guest

    it saves credit card info to database, so admin can bill these members manually, using POS terminal for example.

    I DON'T RECOMMEND this plugin to ANYBODY .
  3. CoolAcid

    CoolAcid Guest

    Thanks. Wasn't Sure. Took us a while to figure it out.
  4. CoolAcid

    CoolAcid Guest

    Any thoughts about writing this to SSL encrypt the CC Number, and have the admin type in a certain passcode everytime they want to view it. All other times just show last 4 digits?

    I could probably start hashing it out, but don't want to do it on a live system....
  5. alex-adm

    alex-adm Guest

    Thank you for suggestion, we will add this feature later.
  6. I installed the free edition to test whether it would run off an SSL account hosted off a service provider and it seems to. I take it then, the credit card number data is secure when being processed ie: uploaded from the person's browser, but is insecure when sitting in the MySQL database online?

    Thanks,
    Rick
  7. alex-adm

    alex-adm Guest

    Rick,
    it is why I'm going to shut forums down ;) We were talking not about regular things...

    When you are using credit card plugin like Authorize.Net or LinkPoint, credit cards will be stored
    in database in encrypted form or not stored at all. Nobody is able to see these data.
  8. I believe I understood that using real time credit card authorization services would encrypt the data, but the manual_CC plugin, just leaves the CC data unencrypted in the MySQL database online. I guess the issue is, how secure is an online MySQL data base (I'm posing a hypothetical question - not asking anyone here ;-), also assuming it's not on the secure server - so the "hacker" / crook would have to find out on what other server the database was stored.

    Rick
  9. alex-adm

    alex-adm Guest

    Yes.
    Now please read second phrase of my first post in this topic.

Share This Page