Blocking Credit Card Information in ofbiz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Blocking Credit Card Information in ofbiz

wahid
Hi All, I am using ecommerce application of ofbiz. During Checkout process we need to provide credit card details in the site which intern store in data base. But as a part of data confidentiality issue we need to directly pass credit card information to payment card gate way. So for that we should not store credit card detail information in ofbiz data base .So Please suggest how I can block those information so that it should not be stored in database
Syed Abdul Wahid
Reply | Threaded
Open this post in threaded view
|

Re: Blocking Credit Card Information in ofbiz

BJ Freeman
do a customization of the code that stores CC and make it part of the
session.
you will also have to change the flow of the re-authoization services,
as weil.
This is not a simple customization.


=========================
BJ Freeman
Strategic Power Office with Supplier Automation  <http://www.businessesnetwork.com/automation/viewforum.php?f=52>
Specialtymarket.com  <http://www.specialtymarket.com/>
Systems Integrator-- Glad to Assist

Chat  Y! messenger: bjfr33man


wahid sent the following on 1/19/2011 5:15 AM:

>
> Hi All,
>
> I am using ecommerce application of ofbiz. During Checkout process  we need
> to provide credit card details in the site which intern store in data base.
> But as a part of data confidentiality issue we need to directly pass credit
> card information to payment card gate way. So for that we should not store
> credit card detail information in ofbiz data base .So Please suggest how I
> can block those information so that it should not be stored in database
>
> -----
> Syed Abdul Wahid
>

Reply | Threaded
Open this post in threaded view
|

Re: Blocking Credit Card Information in ofbiz

Rishi Solanki
Another way to do so,
Save the data in OFBiz DB and use the service
PaymentMethodServices.clearCreditCardData().
This should be simple to use, now the moment you get the authorization you
just need to call this.

Rishi Solanki
Manager, Enterprise Software Development
HotWax Media Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxmedia.com


On Wed, Jan 19, 2011 at 10:42 PM, BJ Freeman <[hidden email]> wrote:

> do a customization of the code that stores CC and make it part of the
> session.
> you will also have to change the flow of the re-authoization services, as
> weil.
> This is not a simple customization.
>
>
> =========================
> BJ Freeman
> Strategic Power Office with Supplier Automation  <
> http://www.businessesnetwork.com/automation/viewforum.php?f=52>
> Specialtymarket.com  <http://www.specialtymarket.com/>
> Systems Integrator-- Glad to Assist
>
> Chat  Y! messenger: bjfr33man
>
>
> wahid sent the following on 1/19/2011 5:15 AM:
>
>
>> Hi All,
>>
>> I am using ecommerce application of ofbiz. During Checkout process  we
>> need
>> to provide credit card details in the site which intern store in data
>> base.
>> But as a part of data confidentiality issue we need to directly pass
>> credit
>> card information to payment card gate way. So for that we should not store
>> credit card detail information in ofbiz data base .So Please suggest how I
>> can block those information so that it should not be stored in database
>>
>> -----
>> Syed Abdul Wahid
>>
>>
>