Guest Posted February 14, 2005 Share Posted February 14, 2005 Hi, I would like to know does the credit card details (e.g credit card number) provided by the customers are they stored in the database or is it only used for during the transaction only. I did have look at the database could not see a field that stores credit card number. Just want double check that i have got it right and that credit card details are used during online transaction only and not stored in the database. thanks for help.... Link to comment Share on other sites More sharing options...
boxtel Posted February 14, 2005 Share Posted February 14, 2005 Hi,I would like to know does the credit card details (e.g credit card number) provided by the customers are they stored in the database or is it only used for during the transaction only. I did have look at the database could not see a field that stores credit card number. Just want double check that i have got it right and that credit card details are used during online transaction only and not stored in the database. thanks for help.... <{POST_SNAPBACK}> combination actually: first and last number ranges are stored in the orders table, the middle part is send to the email address specified in the cc module. Treasurer MFC Link to comment Share on other sites More sharing options...
Guest Posted February 14, 2005 Share Posted February 14, 2005 combination actually: first and last number ranges are stored in the orders table, the middle part is send to the email address specified in the cc module. <{POST_SNAPBACK}> So oscommerce does not store the whole credit number in the database only parts of it is stored in the database. Is this correct? Is there any way to disable this so that it does not store any of the credit card number details in the database? Thanks Link to comment Share on other sites More sharing options...
avoisin Posted February 14, 2005 Share Posted February 14, 2005 So oscommerce does not store the whole credit number in the database only parts of it is stored in the database. Is this correct? Is there any way to disable this so that it does not store any of the credit card number details in the database? Thanks <{POST_SNAPBACK}> Not without editing the code (where, of course, anything is possible). Some of the number will always be stored there. There is a field in the orders table to store the expiration date, called, of course, cc_expires! Link to comment Share on other sites More sharing options...
Guest Posted February 14, 2005 Share Posted February 14, 2005 Not without editing the code (where, of course, anything is possible). Some of the number will always be stored there. There is a field in the orders table to store the expiration date, called, of course, cc_expires! <{POST_SNAPBACK}> Is it possible to find out how many digits of credit card number is stored in the database? Has any one managed to make it so that the credit card number is not stored in the database? I would like some help with getting this done. Any help be very much appreciated... thanks Link to comment Share on other sites More sharing options...
Guest Posted February 15, 2005 Share Posted February 15, 2005 Is it possible to find out how many digits of credit card number is stored in the database? Has any one managed to make it so that the credit card number is not stored in the database? I would like some help with getting this done. Any help be very much appreciated... thanks <{POST_SNAPBACK}> Hi, Can anyone help me with this..... Has any one managed to make it so that the credit card number is not stored in the database? I would like some help with getting this done. Any help be very much appreciated.. thanks Link to comment Share on other sites More sharing options...
boxtel Posted February 15, 2005 Share Posted February 15, 2005 Is it possible to find out how many digits of credit card number is stored in the database? Has any one managed to make it so that the credit card number is not stored in the database? I would like some help with getting this done. Any help be very much appreciated... thanks <{POST_SNAPBACK}> then where would you like the number to go ? You will need it at some point. Treasurer MFC Link to comment Share on other sites More sharing options...
Guest Posted February 15, 2005 Share Posted February 15, 2005 then where would you like the number to go ? You will need it at some point. <{POST_SNAPBACK}> Can't the number be used only during the transaction and not stored in the database? Is this possible....? If the number is stored in the database isn't there a security issue, i.e. what happens if someone (that is not suppose to have access to the database) manages to get access to the database...then they will have access to everyones credit number...... thanks... Link to comment Share on other sites More sharing options...
boxtel Posted February 15, 2005 Share Posted February 15, 2005 Can't the number be used only during the transaction and not stored in the database? Is this possible....? If the number is stored in the database isn't there a security issue, i.e. what happens if someone (that is not suppose to have access to the database) manages to get access to the database...then they will have access to everyones credit number...... thanks... <{POST_SNAPBACK}> The default CC module does nothing but record part of the CC information. It does not transact your payments for you in any way. It is there to store the info and for you to get on the phone to your bank to make the transaction manually. And no, the middle 8 numbers are not stored in the database, only the first 4 and the last 4. The middle 8 are emailed to you. And if anybody gains access to your database, you will have more things to worry about. Treasurer MFC Link to comment Share on other sites More sharing options...
Guest Posted February 15, 2005 Share Posted February 15, 2005 The default CC module does nothing but record part of the CC information. It does not transact your payments for you in any way. It is there to store the info and for you to get on the phone to your bank to make the transaction manually. And no, the middle 8 numbers are not stored in the database, only the first 4 and the last 4. The middle 8 are emailed to you. And if anybody gains access to your database, you will have more things to worry about. <{POST_SNAPBACK}> Hi, O.K i have one more question. I am going to use a online payment gateway such as Worldpay to do online real-time credit card transactions. Do i still need CC module installed for this to happen or do i only need the worldpay module only....... Is CC module required as well as Worldpay module....? By the way thanks for all the info you have provided to me so far. Its being real useful for.....thanks alot..... Your help is real appreciated..... Link to comment Share on other sites More sharing options...
boxtel Posted February 15, 2005 Share Posted February 15, 2005 Hi,O.K i have one more question. I am going to use a online payment gateway such as Worldpay to do online real-time credit card transactions. Do i still need CC module installed for this to happen or do i only need the worldpay module only....... Is CC module required as well as Worldpay module....? By the way thanks for all the info you have provided to me so far. Its being real useful for.....thanks alot..... Your help is real appreciated..... <{POST_SNAPBACK}> I am not accustomed with worldpay but I am sure you can remove the default CC module in that case or in any case for that matter where you are not handling CC payments manually. see the module as the default very basic CC handling module which you can discard like any other module. Treasurer MFC Link to comment Share on other sites More sharing options...
Guest Posted February 15, 2005 Share Posted February 15, 2005 I am not accustomed with worldpay but I am sure you can remove the default CC module in that case or in any case for that matter where you are not handling CC payments manually. see the module as the default very basic CC handling module which you can discard like any other module. <{POST_SNAPBACK}> O.K thanks for that info....does this mena i need to look at how the Worldpay module is working in terms of deal with credit card numbers, i.e. storing it the database or not. So is my case which is real-time online transactions i don't see point for storing in the database.....Would this be correct? thanks Link to comment Share on other sites More sharing options...
boxtel Posted February 15, 2005 Share Posted February 15, 2005 O.K thanks for that info....does this mena i need to look at how the Worldpay module is working in terms of deal with credit card numbers, i.e. storing it the database or not. So is my case which is real-time online transactions i don't see point for storing in the database.....Would this be correct? thanks <{POST_SNAPBACK}> yes, simply download the worldpay module and read thru the documentation as to how it handles data. Treasurer MFC Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.