osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 
 

how to process credit card offline?

This is a discussion on how to process credit card offline? within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; hi, i tested the credit card module with the test credit card no. i thought i will be able to ...


Go Back   osCommerce and osCMax shopping cart software forums > osCommerce 2.2 Forums > osCommerce 2.2 Modification Help

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 12-18-2004, 03:02 AM
developer_x's Avatar
Active Member
 
Join Date: Nov 2004
Location: Digital Infoway
Posts: 109
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
developer_x
Default how to process credit card offline?

hi,

i tested the credit card module with the test credit card no. i thought i will be able to view the credit card no in the orders section of admin panel. but i can't find any credit card no there. is it because i am using the dummy credit card no?
i want to get the creditfcard no, and then process it offline.

cheers,
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
  #2  
Old 12-18-2004, 06:18 AM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 11,070
Thanks: 81
Thanked 348 Times in 327 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default RE: how to process credit card offline?

You should never ust the default CC module for real credit card transactions. It stores the number in the database in cleartext. If you insist on not using a real time or third party processor, which is dangerous, you should at least get the CC encryption module from the osCommerce contributions section.

None of the CC mods show the CC# in the admin, as this is completely insecure and far too easy to crack.
__________________
Michael Sasek
osCMax Developer


  • osCMax Templates - Hundreds of premium quality templates designed for osCMax 2. Loyalty discounts up to 30% off!
    Each purchase supports the osCMax project with much needed funds!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host. Default multi server configuration for exceptional performance!

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 12-18-2004, 10:17 AM
developer_x's Avatar
Active Member
 
Join Date: Nov 2004
Location: Digital Infoway
Posts: 109
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
developer_x
Default Re: RE: how to process credit card offline?

Quote:
Originally Posted by msasek
You should never ust the default CC module for real credit card transactions. It stores the number in the database in cleartext.
i know dat mate. but the thing is the client for whom i am making this store insists on processing the credit cards offline. i'll try my best to convince him.

Quote:
If you insist on not using a real time or third party processor, which is dangerous, you should at least get the CC encryption module from the osCommerce contributions section.
oh yes. i came across that contribution recently. thanx for reminding me though.

Quote:
None of the CC mods show the CC# in the admin, as this is completely insecure and far too easy to crack.
ok if the CC# is not shown in the admin. then how can the owner of the store process the card offline at his physical store?
do i need to extract each n every credit card no of each customer for him?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 12-18-2004, 05:10 PM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 11,070
Thanks: 81
Thanked 348 Times in 327 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default RE: Re: RE: how to process credit card offline?

Hi,

The encryption mod that I mentioned actually encrypts the order number and CC# and emails it to the address of your choice. Then the recipient must decrypt the mail, and can then process the card offline. For security reasons, only the order number and CC info are sent. You the match them up to the order email that comes separately with the user info.

I have used it on a half dozen client sites and it works quite nicely for offline processing.
__________________
Michael Sasek
osCMax Developer


  • osCMax Templates - Hundreds of premium quality templates designed for osCMax 2. Loyalty discounts up to 30% off!
    Each purchase supports the osCMax project with much needed funds!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host. Default multi server configuration for exceptional performance!

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5  
Old 12-19-2004, 02:20 PM
developer_x's Avatar
Active Member
 
Join Date: Nov 2004
Location: Digital Infoway
Posts: 109
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
developer_x
Default how do decrypt ?

how can i decrypt the crypted CC# mailed to me? does the crypting module do dat do?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #6  
Old 12-20-2004, 12:52 PM
developer_x's Avatar
Active Member
 
Join Date: Nov 2004
Location: Digital Infoway
Posts: 109
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
developer_x
Default Re: RE: how to process credit card offline?

Quote:
Originally Posted by msasek
It stores the number in the database in cleartext.
oh oh. i had not read this earlier. so this means in the orders section, i get clear text instead of a real cc#. will i view the cc# if someone enters his/her real cc#? i hope so

Quote:
If you insist on not using a real time or third party processor, which is dangerous, you should at least get the CC encryption module from the osCommerce contributions section.
my client is still insisting on not using any real time or 3rd party processor. i'm gonnna get that the enryptig module today.

Quote:
None of the CC mods show the CC# in the admin, as this is completely insecure and far too easy to crack.
if none of cc mods show up in the admin panel, then how am i gonna process a credit card offline.
this issue is really becoming a headache for me.

regards,
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #7  
Old 12-20-2004, 03:20 PM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 11,070
Thanks: 81
Thanked 348 Times in 327 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default RE: Re: RE: how to process credit card offline?

First - cleartext = un encrypted and easily stolen!

It is not as complicated as you are making this out to be. Use the cc encryption mod. It will email the encrypted cc# to you. Then you decrypt it and can process it.

The numbers are NOT stored in the DB, they are emailed to wherever you want, encrypted.

To answer you question about decrypting, no, the mod cannot decrypt it. It is only designed to encrypt and email for security reasons. Since you will be viewing it on your local computer in an email client, you will have to set up your email client to decrypt it.

I agree, it is a pain to do it this way instead of using a real time cc processor, which can be set up in minutes, but since your client wants to do things the hard way, you are really stuck...
__________________
Michael Sasek
osCMax Developer


  • osCMax Templates - Hundreds of premium quality templates designed for osCMax 2. Loyalty discounts up to 30% off!
    Each purchase supports the osCMax project with much needed funds!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host. Default multi server configuration for exceptional performance!

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #8  
Old 12-22-2004, 02:24 PM
developer_x's Avatar
Active Member
 
Join Date: Nov 2004
Location: Digital Infoway
Posts: 109
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
developer_x
Default RE: Re: RE: how to process credit card offline?

well everything is crystal clear now. thanx.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #9  
Old 02-03-2005, 10:40 PM
New Member
 
Join Date: Jan 2005
Posts: 17
Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 0
ksl8313
Default

Quote:
I agree, it is a pain to do it this way instead of using a real time cc processor, which can be set up in minutes, but since your client wants to do things the hard way, you are really stuck...
What third party real-time cc processor can I use / would you recommend for use with osCommerce?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #10  
Old 03-06-2005, 09:17 PM
Lurker
 
Join Date: Mar 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
shebangs
Default

For offline/manual credit card
what you are looking for is this add on module from oscommerce that works well with oscdox as i am using it on 3 websites no hassles - ignore the fact that is says uk, as im not based in the uk, it just has extra cards available that are probably uk issued, but you can enable and disable the type of credit cards you want to accept in the admin panel.
what this module does is it adds the CVV requirement in the credit card payment form which is essential if you are processing your own card
and then it lets you store the credit card info in your data base - so when you click on your client you can see his full cc info - for security options it lets you break down the cc number as an option -where it will send the middle part of the cc card number to an email you specify - it also lets you install a delete button so you can delete the info if you dont need it any more - the module can be found here:
CC_CVV+UK Switch v1.0
http://www.oscommerce.com/community/...all/search,cvv
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
Credit Card via Authorize.net lem osCMax v2 Installation issues 1 07-18-2005 12:43 PM
Help with EPN credit card processing joanstead osCommerce 2.2 Modification Help 1 03-08-2005 05:55 PM
Credit Card will not process...HELP! lem osCMax v1.7 Discussion 0 12-29-2004 10:04 AM
Please Please HELP : trouble running the Credit cart process navid osCommerce 2.2 Installation Help 0 07-02-2004 07:53 AM
Authorizenet unable to process card error, please help:) scottie osCommerce 2.2 Modification Help 3 11-09-2003 09:44 PM


All times are GMT -8. The time now is 05:05 PM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax