Page 1 of 1
credit card details
Posted: Thu Nov 05, 2009 10:58 pm
by nic3108
At the moment I use Mals to collect customers address and credit card details. We then process this in-house. By the nature of the business I work for, this is what we need, rather than details being processed by something like Paypal. Is it possible to just collect credit card details securely using Opencart, without them being processed?
Thank you for any help.
Re: credit card details
Posted: Thu Nov 05, 2009 11:39 pm
by Qphoria
Yes, I have an
offline credit card module for this purpose. It encrypts the card data to the database and only the admin interface can decrypt.
It has also been updated to work with 1.3.3
Re: credit card details
Posted: Thu Nov 05, 2009 11:50 pm
by nic3108
Thank you Qphoria.
I am in the process of setting this up, so will get back to you.
Re: credit card details
Posted: Fri Nov 27, 2009 9:02 pm
by deeve
Hi Q,
is your offline credit card mod 1.3.4 compatible?
S.
Re: credit card details
Posted: Sat Nov 28, 2009 5:26 am
by Qphoria
Yes. All my modules are 1.3.4 compatible
Re: credit card details
Posted: Fri Dec 04, 2009 1:38 am
by deeve
I purchased your Offline CC handler, Q and noticed in using that when I made a transaction the status was marked as 'complete'. Should this not be 'pending' until the vendor clears the funds & then manually adjusted to 'complete'?
Re: credit card details
Posted: Fri Dec 04, 2009 2:06 pm
by Qphoria
It is right there in the configuration. Set it to whatever you want it to be.
Re: credit card details
Posted: Fri Dec 04, 2009 8:19 pm
by deeve
Sorry, but I don't see such a field - can you explain?
Have attached screengrab.
Thanks.
Re: credit card details
Posted: Wed Dec 09, 2009 7:43 am
by deeve
Q - Did you have a chance to look @this yet?
Also wondered. Your example in readme file is of a 5 digit number for encoding. If I use a 128 digit number, is that sort of equivalent to a crude version of 128-bit encryption or does it make any difference how many digits I use as is not going through an SSL certificate?
Thanks.
Re: credit card details
Posted: Wed Dec 09, 2009 10:24 am
by Qphoria
It uses the store's default order status set in settings. Do you need a separate one?
Encryption only encrypts the CC num to the database. It's nothing like SSL because there is no internet transfer. It is all local. The encryption can be whatever opencart's encrypt function allows. It uses base64 encoding function for the encryption. But pick something reasonable and something you won't forget if accidentally deleted
Re: credit card details
Posted: Wed Dec 09, 2009 4:19 pm
by deeve
Thanks for the info, Q. I thought that may be the case, so in the meantime I added a default 'received' Status to OS. I only thought it may have its own Status as the 'Cheque/Money Order' mod does. Would be a handy feature in future releases as his default should be 'Complete'.
Regarding the Encryption Hash, I've used a 128 digit number as thought would give my client the maximum protection possible & OC does appear to support this.
Re: credit card details
Posted: Wed Dec 09, 2009 6:23 pm
by nic3108
Hi Qphoria,
Using the offline credit card system, does the customer see the 'yellow padlock', to show them it is safe to enter their details?
Re: credit card details
Posted: Thu Dec 10, 2009 3:00 am
by Qphoria
nic3108 wrote:Hi Qphoria,
Using the offline credit card system, does the customer see the 'yellow padlock', to show them it is safe to enter their details?
No because there is no socket. there is no transferred information it writes directly to the db
Re: credit card details
Posted: Fri Jun 04, 2010 6:21 pm
by speedingorange
Sorry to dig up an old thread,
For the offline Credit card module, do i need to enable SSL or is this necessary? as i may have to move hosts to do this.
Cheers!
James