473,387 Members | 1,687 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Credit Cards

What would be a good component for processing credit cards?
(I am not using commerce server.)
Would I need to encrypt the credit card column in the database?
Nov 19 '05 #1
6 2022
Hello Arne,

If you want my business, you had better do that...
Would I need to encrypt the credit card
column in the database?


--
Matt Berther
http://www.mattberther.com
Nov 19 '05 #2
Hi Arne,

It is unwise to store credit card numbers. It most cases, you pass the card
number and other information over a secure connection to the gateway but
don't keep track of it yourself.

There's a lot to learn in this area. You might want to get started by using
the Payflow Pro component and documentation from here:

http://www.verisign.com/products-services/payment-processing/index.html?from=ql017Ken"Arne" <Ar**@discussions.microsoft.com> wrote in messagenews:8F**********************************@m icrosoft.com...> What would be a good component for processing credit cards?> (I am not using commerce server.)> Would I need to encrypt the credit card column in the database?
Nov 19 '05 #3
I think storing the credit card could be an option. If amazon.com can safely
store my credit card I should also be able to store credit cards at my site.

"Ken Cox [Microsoft MVP]" wrote:
Hi Arne,

It is unwise to store credit card numbers. It most cases, you pass the card
number and other information over a secure connection to the gateway but
don't keep track of it yourself.

There's a lot to learn in this area. You might want to get started by using
the Payflow Pro component and documentation from here:

http://www.verisign.com/products-services/payment-processing/index.html?from=ql017Ken"Arne" <Ar**@discussions.microsoft.com> wrote in messagenews:8F**********************************@m icrosoft.com...> What would be a good component for processing credit cards?> (I am not using commerce server.)> Would I need to encrypt the credit card column in the database?

Nov 19 '05 #4
Okay, but you may run into some difficulty with the credit card companies.

They'll want to send someone to ensure that everything is being handled
securely.
"Arne" <Ar**@discussions.microsoft.com> wrote in message
news:AC**********************************@microsof t.com...
I think storing the credit card could be an option. If amazon.com can
safely
store my credit card I should also be able to store credit cards at my
site.

"Ken Cox [Microsoft MVP]" wrote:
Hi Arne,

It is unwise to store credit card numbers. It most cases, you pass the
card
number and other information over a secure connection to the gateway but
don't keep track of it yourself.

There's a lot to learn in this area. You might want to get started by
using
the Payflow Pro component and documentation from here:
http://www.verisign.com/products-services/payment-processing/index.html?from=ql017Ken"Arne"
<Ar**@discussions.microsoft.com> wrote in
messagenews:8F**********************************@m icrosoft.com...> What
would be a good component for processing credit cards?> (I am not using
commerce server.)> Would I need to encrypt the credit card column in the
database?


Nov 19 '05 #5
And don't forget, Amazon has the megabucks to spend on security.

If for some reason you decide that storing credit card numbers is an
absolute necessity, make sure you disclose that fact fully, encrypt the data
thoroughly, and make storage optional. The typical;

"X remember this credit card for future purchases"

Should work well, especially if you default it to false.
"Ken Cox [Microsoft MVP]" <BA************@sympatico.ca> wrote in message
news:OR**************@TK2MSFTNGP15.phx.gbl...
Okay, but you may run into some difficulty with the credit card companies.

They'll want to send someone to ensure that everything is being handled
securely.
"Arne" <Ar**@discussions.microsoft.com> wrote in message
news:AC**********************************@microsof t.com...
I think storing the credit card could be an option. If amazon.com can
safely
store my credit card I should also be able to store credit cards at my
site.

"Ken Cox [Microsoft MVP]" wrote:
Hi Arne,

It is unwise to store credit card numbers. It most cases, you pass the
card
number and other information over a secure connection to the gateway but don't keep track of it yourself.

There's a lot to learn in this area. You might want to get started by
using
the Payflow Pro component and documentation from here:
http://www.verisign.com/products-ser...ndex.html?from
=ql017Ken"Arne" <Ar**@discussions.microsoft.com> wrote in
messagenews:8F**********************************@m icrosoft.com...> What
would be a good component for processing credit cards?> (I am not using
commerce server.)> Would I need to encrypt the credit card column in the database?

Nov 19 '05 #6
1. One of the requirement when you get a merchant account is that you do not keep credit cards transactions on a server.
The rest is up to you.

2. To process credit cards you do not need much. The most common way is to use some gateway.
I am using AuthorizeNet and in about 1 hour i wrote a component that does it. You just need to feed it with customer info.

You can start from here
http://www.authorizenet.com/solution...tionMethod.php
George

"Arne" <Ar**@discussions.microsoft.com> wrote in message news:8F**********************************@microsof t.com...
What would be a good component for processing credit cards?
(I am not using commerce server.)
Would I need to encrypt the credit card column in the database?
Nov 19 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: kaptain kernel | last post by:
I'm implementing a simple credit card number check on my website, in order to trap user errors. it doesn't validate with the bank, but validates against certain known rules (e.g. Amex always begins...
3
by: Justin Koivisto | last post by:
OK, I know a few of you out there use OSC and many of you have also modified it a bit, so I am hoping someone has done something similar... I have the CC payment module installed, not a problem...
0
by: redstar | last post by:
I want to make a script that get information about my clients credit cards. I make it but when I hit Back or I type a digit, it reveal all the credit cards numbers enter before. I want to make a...
8
by: sam1967 | last post by:
I know how to build forms with ASP and process user input. Now i want to take credit card payments via a form. i will then download the details and process them via our credit card machine. do...
5
by: Jake | last post by:
I in the process of building a web-site using .net (C#). I just finished building the shopping cart. What I need is to find examples, details, or code packages that I can include in my web-site...
9
by: nm | last post by:
Hi, I am a developer quite familiar with the C# language and .NET framework. I develop mainly data driven websites. All of our past clients have shopping cart systems developed by me in ASP.NET...
2
by: VB Programmer | last post by:
Anyone accept credit cards through their ASP.NET website? If so, what service do you use? Any links, suggestions, code samples, etc...?
6
by: Chris Davoli | last post by:
We want to process credit cards/debit cards on our web site. We are using VB.net, so if we could get some vb.net components to validate and handle the transactions, or a web service that we could...
17
by: sharsy | last post by:
Hello guys, I would like some help in generating query criteria that will identify credit cards that have expired on an access database. The specific Field is formatted with a Data Type of...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.